summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclExecute.c')
-rw-r--r--generic/tclExecute.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/generic/tclExecute.c b/generic/tclExecute.c
index f2200c8..57908c4 100644
--- a/generic/tclExecute.c
+++ b/generic/tclExecute.c
@@ -2820,16 +2820,6 @@ TEBCresume(
TCL_EVAL_NOERR, NULL);
/*
- * INST_CALL_BUILTIN_FUNC1 and INST_CALL_FUNC1 were made obsolete by the
- * changes to add a ::tcl::mathfunc namespace in 8.5.
- */
-
- case INST_CALL_BUILTIN_FUNC:
- Tcl_Panic("TclNRExecuteByteCode: obsolete INST_CALL_BUILTIN_FUNC found");
- case INST_CALL_FUNC:
- Tcl_Panic("TclNRExecuteByteCode: obsolete INST_CALL_FUNC found");
-
- /*
* -----------------------------------------------------------------
* Start of INST_LOAD instructions.
*