summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 6c4734d..6598829 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -4214,39 +4214,6 @@ TclGetInstructionTable(void)
/*
*----------------------------------------------------------------------
*
- * TclGetAuxDataType --
- *
- * This procedure looks up an Auxdata type by name.
- *
- * Results:
- * If an AuxData type with name matching "typeName" is found, a pointer
- * to its AuxDataType structure is returned; otherwise, NULL is returned.
- *
- * Side effects:
- * None.
- *
- *----------------------------------------------------------------------
- */
-
-const AuxDataType *
-TclGetAuxDataType(
- const char *typeName) /* Name of AuxData type to look up. */
-{
- if (!strcmp(typeName, tclForeachInfoType.name)) {
- return &tclForeachInfoType;
- } else if (!strcmp(typeName, tclNewForeachInfoType.name)) {
- return &tclNewForeachInfoType;
- } else if (!strcmp(typeName, tclDictUpdateInfoType.name)) {
- return &tclDictUpdateInfoType;
- } else if (!strcmp(typeName, tclJumptableInfoType.name)) {
- return &tclJumptableInfoType;
- }
- return NULL;
-}
-
-/*
- *----------------------------------------------------------------------
- *
* GetCmdLocEncodingSize --
*
* Computes the total number of bytes needed to encode the command