summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tclObj.c6
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);