diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 18:24:48 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-07 18:24:48 (GMT) |
commit | 491f5c4a789c1dec4f721e7642a2c0796f93cc4e (patch) | |
tree | 07ad876eb8fe962e642528c5d1ff9bd9e663f1f1 /generic/tclTimer.c | |
parent | 00e9c1049f0ff3917d55447cc2cd0f5e4d485018 (diff) | |
download | tcl-491f5c4a789c1dec4f721e7642a2c0796f93cc4e.zip tcl-491f5c4a789c1dec4f721e7642a2c0796f93cc4e.tar.gz tcl-491f5c4a789c1dec4f721e7642a2c0796f93cc4e.tar.bz2 |
removed unused cmdInfo variable
Diffstat (limited to 'generic/tclTimer.c')
-rw-r--r-- | generic/tclTimer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclTimer.c b/generic/tclTimer.c index f6c068c..3093ac6 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.10 2004/09/07 17:38:56 kennykb Exp $ + * RCS: @(#) $Id: tclTimer.c,v 1.11 2004/09/07 18:24:48 kennykb Exp $ */ #include "tclInt.h" @@ -739,7 +739,6 @@ Tcl_AfterObjCmd(clientData, interp, objc, objv) int ms; AfterInfo *afterPtr; AfterAssocData *assocPtr; - Tcl_CmdInfo cmdInfo; int length; char *argString; int index; |