diff options
author | dgp <dgp@users.sourceforge.net> | 2013-06-28 02:58:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-06-28 02:58:15 (GMT) |
commit | d896ae28d39cbaeb363e3b84c58c26e31bd0c56d (patch) | |
tree | c714ff80e261977e24bcb902ee1b6b45566ecdf6 /generic/tclCompile.c | |
parent | 7924f4a694c43ca8fe4260041d090795b0791a96 (diff) | |
download | tcl-d896ae28d39cbaeb363e3b84c58c26e31bd0c56d.zip tcl-d896ae28d39cbaeb363e3b84c58c26e31bd0c56d.tar.gz tcl-d896ae28d39cbaeb363e3b84c58c26e31bd0c56d.tar.bz2 |
More elimination of error message litter to fix [Bug 20a81392ec].
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 5a8524c..1f72aa7 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -2058,14 +2058,6 @@ TclCompileScript( * from the script. */ - /* TODO: Figure out when/why we need this */ -#if 0 -if (Tcl_GetStringResult(interp)[0] != '\0') { - fprintf(stdout, "INIT: '%s'\n", Tcl_GetStringResult(interp)); - fflush(stdout); -} -#endif - Tcl_ResetResult(interp); while (numBytes > 0) { Tcl_Parse parse; const char *next; |