diff options
| author | dgp@users.sourceforge.net <dgp> | 2012-01-26 16:26:38 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2012-01-26 16:26:38 (GMT) |
| commit | ff2c0a865f01e1e4f13edc2ac576d469da91c1c3 (patch) | |
| tree | 5a5647f374f8f81581dbc9253cf690759a5b0ef4 | |
| parent | b7a463e2c9baa8f2f7853188a812d360983a6e22 (diff) | |
| download | tcl-ff2c0a865f01e1e4f13edc2ac576d469da91c1c3.zip tcl-ff2c0a865f01e1e4f13edc2ac576d469da91c1c3.tar.gz tcl-ff2c0a865f01e1e4f13edc2ac576d469da91c1c3.tar.bz2 | |
yank back debugging code
| -rw-r--r-- | generic/tclObj.c | 6 |
1 files changed, 0 insertions, 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); |
