summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authormig <mig@noemail.net>2011-03-21 11:42:46 (GMT)
committermig <mig@noemail.net>2011-03-21 11:42:46 (GMT)
commitaafe6cd104ad12f57fff571398e23076ab066291 (patch)
tree667c30e00415025fb68e6b42273de7b192000471 /generic/tclInt.h
parenta63ffe3783826c074b9bdf62a0b109311d023741 (diff)
downloadtcl-aafe6cd104ad12f57fff571398e23076ab066291.zip
tcl-aafe6cd104ad12f57fff571398e23076ab066291.tar.gz
tcl-aafe6cd104ad12f57fff571398e23076ab066291.tar.bz2
some cleanup re obj deletion
FossilOrigin-Name: ca6e8a9e5e0e8273721a5a945e96c69b91b94d32
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;