From b3978e7f7381c694a30a83c67c3fe2e1acc54207 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 20 Jul 2009 09:47:12 +0200 Subject: more cleanup/simplification (forgot to remove one mutex lock) --- runtime/wtp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/wtp.h') diff --git a/runtime/wtp.h b/runtime/wtp.h index 88683ea2..358ced3a 100644 --- a/runtime/wtp.h +++ b/runtime/wtp.h @@ -86,7 +86,6 @@ rsRetVal wtpWakeupAllWrkr(wtp_t *pThis); rsRetVal wtpCancelAll(wtp_t *pThis); rsRetVal wtpSetDbgHdr(wtp_t *pThis, uchar *pszMsg, size_t lenMsg); rsRetVal wtpShutdownAll(wtp_t *pThis, wtpState_t tShutdownCmd, struct timespec *ptTimeout); -int wtpGetCurNumWrkr(wtp_t *pThis, int bLockMutex); PROTOTYPEObjClassInit(wtp); PROTOTYPEpropSetMethFP(wtp, pfChkStopWrkr, rsRetVal(*pVal)(void*, int)); PROTOTYPEpropSetMethFP(wtp, pfRateLimiter, rsRetVal(*pVal)(void*)); -- cgit