summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-07-23 18:03:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-07-23 18:03:39 (GMT)
commit8163234efdf4df6b2cbfc307170a68219a65f528 (patch)
tree1c55619ca38a354dc0a7ae3ae9e2b1e14e52a540
parentf796ad762c4354f621d513a997b320048a0a0f9a (diff)
downloadtcl-8163234efdf4df6b2cbfc307170a68219a65f528.zip
tcl-8163234efdf4df6b2cbfc307170a68219a65f528.tar.gz
tcl-8163234efdf4df6b2cbfc307170a68219a65f528.tar.bz2
Remove outdated comment. Stack depths are well checked now.
-rw-r--r--generic/tclCompCmdsSZ.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index 320ed57..d8587be 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -991,9 +991,6 @@ TclSubstCompile(
* Instructions are added to envPtr to execute the "switch" command at
* runtime.
*
- * FIXME:
- * Stack depths are probably not calculated correctly.
- *
*----------------------------------------------------------------------
*/