diff options
author | dgp <dgp@users.sourceforge.net> | 2011-06-02 16:58:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-06-02 16:58:46 (GMT) |
commit | 877e07444a016659d8dbbe96478f44c4f56aa40f (patch) | |
tree | 33e38da0d7f16d0461aae2005d20126a6c7482ff /generic/tclInt.h | |
parent | d8a99b464be44ee36d293c2d2aed4e0e502a23b3 (diff) | |
parent | 2b5168b50a2657829ffc6687f1f13f87acb053ce (diff) | |
download | tcl-877e07444a016659d8dbbe96478f44c4f56aa40f.zip tcl-877e07444a016659d8dbbe96478f44c4f56aa40f.tar.gz tcl-877e07444a016659d8dbbe96478f44c4f56aa40f.tar.bz2 |
Remove TclCleanupLiteralTable (see 994838).
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 398d64c..ebc8bef 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2893,8 +2893,6 @@ MODULE_SCOPE int TclChanCaughtErrorBypass(Tcl_Interp *interp, MODULE_SCOPE Tcl_ObjCmdProc TclChannelNamesCmd; MODULE_SCOPE int TclClearRootEnsemble(ClientData data[], Tcl_Interp *interp, int result); -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, |