summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index da08f3a..c94e570 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -1024,7 +1024,6 @@ GrowEvaluationStack(
}
needed = growth + moveWords + WALLOCALIGN;
-
/*
* Check if there is enough room in the next stack (if there is one, it
* should be both empty and the last one!)
@@ -6604,7 +6603,6 @@ TEBCresume(
}
CACHE_STACK_INFO();
-
valIndex = (iterNum * numVars);
for (j = 0; j < numVars; j++) {
if (valIndex >= listLen) {