summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das>2008-05-03 21:06:02 (GMT)
committerdas <das>2008-05-03 21:06:02 (GMT)
commitfade20a9e630971ffc8399259b7e14adc2229760 (patch)
tree23a0d03d5a2b2006e40070e1dbc30795d237febb /generic
parent02294be489dbb679471e2a8c1d210629a4c3afd9 (diff)
downloadtcl-fade20a9e630971ffc8399259b7e14adc2229760.zip
tcl-fade20a9e630971ffc8399259b7e14adc2229760.tar.gz
tcl-fade20a9e630971ffc8399259b7e14adc2229760.tar.bz2
fix warning
Diffstat (limited to 'generic')
-rw-r--r--generic/tclIORChan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index 9781a5a..51c5e61 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.28.2.3 2008/04/24 18:50:42 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.28.2.4 2008/05/03 21:06:02 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();