summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authormig <mig>2011-03-21 11:42:46 (GMT)
committermig <mig>2011-03-21 11:42:46 (GMT)
commit23e778541ae5ff3bf0ef8b74c37bcd13b8f8ef94 (patch)
tree667c30e00415025fb68e6b42273de7b192000471 /generic/tclInt.h
parent060fd2cde91e18a0c1277d336f092cb708b48659 (diff)
downloadtcl-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.h7
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;