diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-21 20:42:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-21 20:42:04 (GMT) |
commit | 984a7acccb19942338e86c016a09739bb0042873 (patch) | |
tree | bda6cc6bd631609293c7c9d0efb6b63984fda7fe /generic/tclProc.c | |
parent | 1a2fd83adccf82ab95aa2a1360a348700c5cfdbb (diff) | |
download | tcl-984a7acccb19942338e86c016a09739bb0042873.zip tcl-984a7acccb19942338e86c016a09739bb0042873.tar.gz tcl-984a7acccb19942338e86c016a09739bb0042873.tar.bz2 |
Removed variables that are no longer used.
Diffstat (limited to 'generic/tclProc.c')
-rw-r--r-- | generic/tclProc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c index 9f0b46b..bec3ed9 100644 --- a/generic/tclProc.c +++ b/generic/tclProc.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclProc.c,v 1.47 2003/10/14 15:44:53 dgp Exp $ + * RCS: @(#) $Id: tclProc.c,v 1.48 2003/10/21 20:42:05 dgp Exp $ */ #include "tclInt.h" @@ -1173,9 +1173,6 @@ TclProcCompileProc(interp, procPtr, bodyPtr, nsPtr, description, procName) } if (bodyPtr->typePtr != &tclByteCodeType) { #ifdef TCL_COMPILE_DEBUG - int numChars; - char *ellipsis; - if (tclTraceCompile >= 1) { /* * Display a line summarizing the top level command we |