summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclCompile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 92875a2..8cb53f5 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -2192,8 +2192,6 @@ TclCompileScript(
if (envPtr->codeNext == entryCodeNext) {
PushStringLiteral(envPtr, "");
}
-
- envPtr->numSrcBytes = p - script;
}
/*