summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2011-06-02 16:55:02 (GMT)
committerdgp <dgp@noemail.net>2011-06-02 16:55:02 (GMT)
commit7617c70883b97780bafa73646c5ba8c78ebcef85 (patch)
tree33c9cf357b23e927503b1c254d88451a1b56566d /generic/tclInt.h
parent010dd68b8ee68f98c66b155189a0e7b9de5cfdf6 (diff)
downloadtcl-7617c70883b97780bafa73646c5ba8c78ebcef85.zip
tcl-7617c70883b97780bafa73646c5ba8c78ebcef85.tar.gz
tcl-7617c70883b97780bafa73646c5ba8c78ebcef85.tar.bz2
Remove TclCleanupLiteralTable (see 994838).
FossilOrigin-Name: d1c7844dd87d04d8ca50b311037a54cd93f49829
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index d9b82d5..679277a 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2564,8 +2564,6 @@ MODULE_SCOPE double TclCeil(mp_int *a);
MODULE_SCOPE int TclCheckBadOctal(Tcl_Interp *interp, const char *value);
MODULE_SCOPE int TclChanCaughtErrorBypass(Tcl_Interp *interp,
Tcl_Channel chan);
-MODULE_SCOPE void TclCleanupLiteralTable(Tcl_Interp *interp,
- LiteralTable *tablePtr);
MODULE_SCOPE ContLineLoc* TclContinuationsEnter(Tcl_Obj *objPtr, int num,
int *loc);
MODULE_SCOPE void TclContinuationsEnterDerived(Tcl_Obj *objPtr,