diff options
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r-- | generic/tclBasic.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index c15d3c1..b8134ad 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -553,7 +553,6 @@ Tcl_CreateInterp(void) } iPtr->cmdCount = 0; - TclInitLiteralTable(&iPtr->literalTable); iPtr->compileEpoch = 0; iPtr->compiledProcPtr = NULL; iPtr->resolverPtr = NULL; @@ -1508,13 +1507,6 @@ DeleteInterpProc( } /* - * Free up literal objects created for scripts compiled by the - * interpreter. - */ - - TclDeleteLiteralTable(interp, &iPtr->literalTable); - - /* * TIP #280 - Release the arrays for ByteCode/Proc extension, and * contents. */ |