summaryrefslogtreecommitdiffstats
path: root/runtime/wtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r--runtime/wtp.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c
index 74304d0f..46b5f4bb 100644
--- a/runtime/wtp.c
+++ b/runtime/wtp.c
@@ -298,24 +298,6 @@ wtpCancelAll(wtp_t *pThis)
}
-
-/* Set the Inactivity Guard
- * rgerhards, 2008-01-21
- */
-rsRetVal
-wtpSetInactivityGuard(wtp_t *pThis, int bNewState, int bLockMutex)
-{
- DEFiRet;
- DEFVARS_mutexProtection;
-
- BEGIN_MTX_PROTECTED_OPERATIONS(&pThis->mutWtp, bLockMutex);
- pThis->bInactivityGuard = bNewState;
- END_MTX_PROTECTED_OPERATIONS(&pThis->mutWtp);
-
- RETiRet;
-}
-
-
/* cancellation cleanup handler for executing worker
* decrements the worker counter
* rgerhards, 2008-01-20