mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
comment out never used
This commit is contained in:
@@ -150,12 +150,12 @@ inline void readLockServices(void)
|
||||
{
|
||||
pthread_rwlock_rdlock(&servicesLock);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_SDT
|
||||
inline void writeLockServices(void)
|
||||
{
|
||||
pthread_rwlock_wrlock(&servicesLock);
|
||||
}
|
||||
|
||||
#endif
|
||||
inline void unlockServices(void)
|
||||
{
|
||||
pthread_rwlock_unlock(&servicesLock);
|
||||
|
Reference in New Issue
Block a user