mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
comment out never used
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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