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:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-20 11:39:20 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-20 11:39:20 +0400
commit6bdbccf7bf585c9f3c63f3d7c0ce54523799ff28 (patch)
tree155982032bdb66bf17dcba2f112d8fb4a47fed01 /winsup/cygwin/miscfuncs.cc
parent89d3c72d510b4e254b38b15865d921d45b26d80a (diff)
* miscfuncs.cc (thread_wrapper): Remove statements added for debugging
purposes.
Diffstat (limited to 'winsup/cygwin/miscfuncs.cc')
-rw-r--r--winsup/cygwin/miscfuncs.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc
index e73ac2290..af0a355da 100644
--- a/winsup/cygwin/miscfuncs.cc
+++ b/winsup/cygwin/miscfuncs.cc
@@ -411,8 +411,6 @@ thread_wrapper (VOID *arg)
cfree (arg);
/* Remove _cygtls from this stack since it won't be used anymore. */
- _cygtls *tls;
- tls = &_my_tls;
_my_tls.remove (0);
/* Set stack values in TEB */