summaryrefslogtreecommitdiffstats
path: root/generic/tclTimer.c
diff options
context:
space:
mode:
authordas <das>2006-10-31 22:41:38 (GMT)
committerdas <das>2006-10-31 22:41:38 (GMT)
commit679f8f0f9ba3d708fa9390effeb19ad66ee7b356 (patch)
treeb4f48c36f2609eac0f70a32df9a17babe471d16f /generic/tclTimer.c
parent37387d61ef7f0429d0fc459901850838b6935f0d (diff)
downloadtcl-679f8f0f9ba3d708fa9390effeb19ad66ee7b356.zip
tcl-679f8f0f9ba3d708fa9390effeb19ad66ee7b356.tar.gz
tcl-679f8f0f9ba3d708fa9390effeb19ad66ee7b356.tar.bz2
fix warning
Diffstat (limited to 'generic/tclTimer.c')
-rw-r--r--generic/tclTimer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclTimer.c b/generic/tclTimer.c
index 6f7a20e..3acb18f 100644
--- a/generic/tclTimer.c
+++ b/generic/tclTimer.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclTimer.c,v 1.24 2006/10/31 20:19:46 dgp Exp $
+ * RCS: @(#) $Id: tclTimer.c,v 1.25 2006/10/31 22:41:38 das Exp $
*/
#include "tclInt.h"
@@ -781,7 +781,6 @@ Tcl_AfterObjCmd(
static CONST char *afterSubCmds[] = {
"cancel", "idle", "info", NULL
};
- Tcl_Obj *objPtr;
enum afterSubCmds {AFTER_CANCEL, AFTER_IDLE, AFTER_INFO};
ThreadSpecificData *tsdPtr = InitTimer();