diff options
author | dgp <dgp@users.sourceforge.net> | 2016-12-06 20:09:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-12-06 20:09:00 (GMT) |
commit | 44630c65ea86fc97d4cb3fafe2f5a993a6fc3577 (patch) | |
tree | d165903c60c1547fd74e79cc167dc88e30509e1b /generic/tclObj.c | |
parent | a845cc18fdf89e21451533c22256738a9d41cfdd (diff) | |
download | tcl-44630c65ea86fc97d4cb3fafe2f5a993a6fc3577.zip tcl-44630c65ea86fc97d4cb3fafe2f5a993a6fc3577.tar.gz tcl-44630c65ea86fc97d4cb3fafe2f5a993a6fc3577.tar.bz2 |
Purge the old and broken Tcl_ObjType.
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r-- | generic/tclObj.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c index 6a1d925..6b2793e 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -394,7 +394,6 @@ TclInitObjSubsystem(void) Tcl_InitHashTable(&typeTable, TCL_STRING_KEYS); Tcl_MutexUnlock(&tableMutex); - Tcl_RegisterObjType(&tclByteArrayType); Tcl_RegisterObjType(&tclDoubleType); Tcl_RegisterObjType(&tclEndOffsetType); Tcl_RegisterObjType(&tclIntType); |