comment out never used

This commit is contained in:
satbaby
2012-08-04 10:03:19 +02:00
parent f8aa4262cb
commit 9124c20f31
26 changed files with 149 additions and 85 deletions

View File

@@ -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);