summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-07 12:25:46 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-07 12:25:46 +0100
commit248e6bf819312e6ab43df0e46269080a8518a2f9 (patch)
treede96a878ad6972303dd8851b972ef48efdf83615 /runtime/wtp.c
parent48c712ce7eed7e378be7be83e5d39c5e849fb126 (diff)
downloadrsyslog-248e6bf819312e6ab43df0e46269080a8518a2f9.tar.gz
rsyslog-248e6bf819312e6ab43df0e46269080a8518a2f9.tar.bz2
rsyslog-248e6bf819312e6ab43df0e46269080a8518a2f9.zip
cleanup no longer needed code
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r--runtime/wtp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c
index 0326d5dc..895c1ffe 100644
--- a/runtime/wtp.c
+++ b/runtime/wtp.c
@@ -496,7 +496,6 @@ DEFpropSetMeth(wtp, wtpState, wtpState_t)
DEFpropSetMeth(wtp, iNumWorkerThreads, int)
DEFpropSetMeth(wtp, pUsr, void*)
DEFpropSetMethPTR(wtp, pmutUsr, pthread_mutex_t)
-DEFpropSetMethPTR(wtp, pcondBusy, pthread_cond_t)
DEFpropSetMethFP(wtp, pfChkStopWrkr, rsRetVal(*pVal)(void*, int))
DEFpropSetMethFP(wtp, pfRateLimiter, rsRetVal(*pVal)(void*))
DEFpropSetMethFP(wtp, pfGetDeqBatchSize, rsRetVal(*pVal)(void*, int*))