diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-11 16:33:46 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-11 16:33:46 +0000 |
commit | 433ba4b2ae39c2ef7264c4beacea213fd20c2bc5 (patch) | |
tree | cbb9d7a38984647eff9d732468691b7211faf383 /sync.c | |
parent | a9116b0de4bbd2bec03a72912c113ac249a19d6e (diff) | |
download | rsyslog-433ba4b2ae39c2ef7264c4beacea213fd20c2bc5.tar.gz rsyslog-433ba4b2ae39c2ef7264c4beacea213fd20c2bc5.tar.xz rsyslog-433ba4b2ae39c2ef7264c4beacea213fd20c2bc5.zip |
removed debug code
Diffstat (limited to 'sync.c')
-rw-r--r-- | sync.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -62,7 +62,6 @@ SyncObjExit(pthread_mutex_t **mut) void lockObj(pthread_mutex_t *mut) { -dbgprintf("trying to lock %lx\n", (unsigned long) mut); pthread_mutex_lock(mut); } @@ -71,7 +70,6 @@ dbgprintf("trying to lock %lx\n", (unsigned long) mut); void unlockObj(pthread_mutex_t *mut) { -dbgprintf("trying to UNlock %lx\n", (unsigned long) mut); pthread_mutex_unlock(mut); } |