From 679f8f0f9ba3d708fa9390effeb19ad66ee7b356 Mon Sep 17 00:00:00 2001 From: das Date: Tue, 31 Oct 2006 22:41:38 +0000 Subject: fix warning --- generic/tclTimer.c | 3 +-- 1 file changed, 1 insertion(+), 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(); -- cgit v0.12