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:
authorChristopher Faylor <me@cgf.cx>2006-01-02 05:55:14 +0300
committerChristopher Faylor <me@cgf.cx>2006-01-02 05:55:14 +0300
commit7a32aefe7947e819af953998ea51bdd700195daa (patch)
treee7ec696ee4ad19dcb232ddd6c78c3d1b79cd585c /winsup/cygwin/cygtls.cc
parent74c29a5e9a63d106feee043f2f6b110979086e67 (diff)
* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which caused
this function to always return prematurely.
Diffstat (limited to 'winsup/cygwin/cygtls.cc')
-rw-r--r--winsup/cygwin/cygtls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc
index e27fe1e83..23415669a 100644
--- a/winsup/cygwin/cygtls.cc
+++ b/winsup/cygwin/cygtls.cc
@@ -147,7 +147,7 @@ void
_cygtls::remove (DWORD wait)
{
debug_printf ("wait %p", wait);
- if (1 || !isinitialized () || !locals.exitsock || exit_state >= ES_FINAL)
+ if (!isinitialized () || !locals.exitsock || exit_state >= ES_FINAL)
return;
if (wait)
{