summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2019-09-08 15:38:38 +0000
committerIvan Zhakov <ivan@apache.org>2019-09-08 15:38:38 +0000
commitdbb06b238b5f1869704842d64cf0d111b47a6e9c (patch)
tree3764bd9ab74f86a54b6845bca8d603fb9c63aecd /locks
parenteecc11d55c460964ea53961d29d1cafc37fb378e (diff)
downloadapr-dbb06b238b5f1869704842d64cf0d111b47a6e9c.tar.gz
Follow-up to r1860075: Remove unused local variable.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1866619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-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++;