summaryrefslogtreecommitdiffstats
path: root/generic/tclProc.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-21 20:42:04 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-21 20:42:04 (GMT)
commit984a7acccb19942338e86c016a09739bb0042873 (patch)
treebda6cc6bd631609293c7c9d0efb6b63984fda7fe /generic/tclProc.c
parent1a2fd83adccf82ab95aa2a1360a348700c5cfdbb (diff)
downloadtcl-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.c5
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