Remove more empty routines

After removing some empty routines in os_dep/osdep_service.c, new routines
become empty. These include rtw_mfree_stainfo(),
_rtw_free_sta_xmit_priv_lock(), and rtw_mfree_recv_priv_lock.

Link: https://lore.kernel.org/r/20210805183717.23007-5-Larry.Finger@lwfinger.net
This commit is contained in:
Larry Finger
2021-08-05 13:37:16 -05:00
committed by Carlos Garces
parent 264085886d
commit 5ac00c9dc2
5 changed files with 0 additions and 18 deletions

View File

@@ -847,11 +847,6 @@ void _rtw_init_sema(_sema *sema, int init_val)
}
void _rtw_free_sema(_sema *sema)
{
}
void _rtw_up_sema(_sema *sema)
{