summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-04-25 21:27:09 (GMT)
committerdas <das@noemail.net>2008-04-25 21:27:09 (GMT)
commit58249df778e02529d4d9902225903177cf79f066 (patch)
tree9635a9b9d82413d4a95552cfe1285e8b32591ac3 /generic/tclIORChan.c
parenta2b947f8d00e1b5ecf4fa90f6215fc9e4de8cab1 (diff)
downloadtcl-58249df778e02529d4d9902225903177cf79f066.zip
tcl-58249df778e02529d4d9902225903177cf79f066.tar.gz
tcl-58249df778e02529d4d9902225903177cf79f066.tar.bz2
fix warning
FossilOrigin-Name: 5aabb8440673b838e023b45f09f90b622a9037e3
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index 0c9c96b..b64a32e 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIORChan.c,v 1.31 2008/04/24 18:51:01 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.32 2008/04/25 21:27:09 das Exp $
*/
#include <tclInt.h>
@@ -2461,7 +2461,6 @@ static void
DeleteThreadReflectedChannelMap(
ClientData clientData) /* The per-thread data structure. */
{
- ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);
Tcl_HashSearch hSearch; /* Search variable. */
Tcl_HashEntry *hPtr; /* Search variable. */
Tcl_ThreadId self = Tcl_GetCurrentThread();