Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/sync.cc')
-rw-r--r--winsup/cygwin/sync.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/sync.cc b/winsup/cygwin/sync.cc
index 58b854912..0731fd18f 100644
--- a/winsup/cygwin/sync.cc
+++ b/winsup/cygwin/sync.cc
@@ -20,7 +20,6 @@ details. */
#undef WaitForSingleObject
-DWORD NO_COPY muto::exiting_thread;
muto NO_COPY lock_process::locker;
void
@@ -76,10 +75,6 @@ int
muto::acquire (DWORD ms)
{
void *this_tls = &_my_tls;
-#if 0
- if (exiting_thread)
- return this_tid == exiting_thread;
-#endif
if (tls != this_tls)
{