rtl8188eu: Remove _rtw_spinlock_free

This routine does nothing.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-06 16:48:54 -06:00
parent fa0ee4759b
commit 89552a85d0
9 changed files with 0 additions and 95 deletions

View file

@ -656,10 +656,6 @@ void _rtw_mutex_free(_mutex *pmutex)
#endif
}
void _rtw_spinlock_free(_lock *plock)
{
}
void _rtw_init_queue(_queue *pqueue)
{