summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locks/win32/thread_cond.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/locks/win32/thread_cond.c b/locks/win32/thread_cond.c
index 31a46d54e..2d449c1cb 100644
--- a/locks/win32/thread_cond.c
+++ b/locks/win32/thread_cond.c
@@ -70,7 +70,6 @@ static APR_INLINE apr_status_t thread_cond_timedwait(apr_thread_cond_t *cond,
apr_status_t rv;
unsigned int wake = 0;
unsigned long generation;
- DWORD timeout_ms = 0;
EnterCriticalSection(&cond->csection);
cond->num_waiting++;