From 108e8a50f4cecebcceafb5aa428bc279fc726260 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 26 Jan 2012 16:26:38 +0000 Subject: yank back debugging code --- generic/tclObj.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/generic/tclObj.c b/generic/tclObj.c index a30ba6e..5c17df2 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -384,9 +384,6 @@ typedef struct ResolvedCmdName { void TclInitObjSubsystem(void) { - ObjInitDeletionContext(context); - ObjDeletionLock(context); - Tcl_MutexLock(&tableMutex); typeTableInitialized = 1; Tcl_InitHashTable(&typeTable, TCL_STRING_KEYS); @@ -488,9 +485,6 @@ TclFinalizeThreadObjects(void) void TclFinalizeObjects(void) { - ObjInitDeletionContext(context); - ObjDeletionUnlock(context); - Tcl_MutexLock(&tableMutex); if (typeTableInitialized) { Tcl_DeleteHashTable(&typeTable); -- cgit v0.12