summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c8
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;