summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-03-10 22:15:33 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-03-10 22:15:33 (GMT)
commitd6663386b08d83a312331fa47013e0d7fecc0eae (patch)
tree4a12f6aae287585cad12217fef7277084cc76b91 /generic/tclCompCmds.c
parenta90747f408664f3324867307342bafd1038b4ddc (diff)
downloadtcl-d6663386b08d83a312331fa47013e0d7fecc0eae.zip
tcl-d6663386b08d83a312331fa47013e0d7fecc0eae.tar.gz
tcl-d6663386b08d83a312331fa47013e0d7fecc0eae.tar.bz2
* generic/tclCompCmds.c: removed debugging line
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r--generic/tclCompCmds.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c
index 92381a9..ae934bd 100644
--- a/generic/tclCompCmds.c
+++ b/generic/tclCompCmds.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompCmds.c,v 1.59 2004/10/18 21:15:37 dgp Exp $
+ * RCS: @(#) $Id: tclCompCmds.c,v 1.60 2005/03/10 22:15:34 msofer Exp $
*/
#include "tclInt.h"
@@ -2895,7 +2895,6 @@ TclCompileSwitchCmd(interp, parsePtr, envPtr)
if (tokenStartPtr != tokenPtr[1].start+tokenPtr[1].size) {
ckfree((char *)argv);
ckfree((char *)bodyTokenArray);
- fprintf(stderr, "BAD ASSUMPTION\n");
return TCL_OUT_LINE_COMPILE;
}