diff options
author | mig <mig> | 2011-03-21 11:42:46 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-21 11:42:46 (GMT) |
commit | 23e778541ae5ff3bf0ef8b74c37bcd13b8f8ef94 (patch) | |
tree | 667c30e00415025fb68e6b42273de7b192000471 /generic/tclInt.h | |
parent | 060fd2cde91e18a0c1277d336f092cb708b48659 (diff) | |
download | tcl-23e778541ae5ff3bf0ef8b74c37bcd13b8f8ef94.zip tcl-23e778541ae5ff3bf0ef8b74c37bcd13b8f8ef94.tar.gz tcl-23e778541ae5ff3bf0ef8b74c37bcd13b8f8ef94.tar.bz2 |
some cleanup re obj deletion
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index a05007f..911cea6 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2668,13 +2668,6 @@ MODULE_SCOPE const Tcl_HashKeyType tclOneWordHashKeyType; MODULE_SCOPE const Tcl_HashKeyType tclStringHashKeyType; MODULE_SCOPE const Tcl_HashKeyType tclObjHashKeyType; -/* - * The head of the list of free Tcl objects, and the total number of Tcl - * objects ever allocated and freed. - */ - -MODULE_SCOPE Tcl_Obj * tclFreeObjList; - #ifdef TCL_COMPILE_STATS MODULE_SCOPE long tclObjsAlloced; MODULE_SCOPE long tclObjsFreed; |