summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-04-11 01:07:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-04-11 01:07:31 (GMT)
commit2c83a6f53e4a4f245befff0309fc99f77925bfb6 (patch)
treeca425940eda6d682a42217aa49597c8c24b92f57 /generic/tclObj.c
parent22da94979efc24e6aef542258f22d94217d8f16c (diff)
downloadtcl-2c83a6f53e4a4f245befff0309fc99f77925bfb6.zip
tcl-2c83a6f53e4a4f245befff0309fc99f77925bfb6.tar.gz
tcl-2c83a6f53e4a4f245befff0309fc99f77925bfb6.tar.bz2
Revise the "end-offset" objType to use proposed routines, and not export or
provide unneeded things.
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 338e027..4ec2779 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -397,7 +397,6 @@ TclInitObjSubsystem(void)
Tcl_RegisterObjType(&tclByteArrayType);
Tcl_RegisterObjType(&tclDoubleType);
- Tcl_RegisterObjType(&tclEndOffsetType);
Tcl_RegisterObjType(&tclIntType);
Tcl_RegisterObjType(&tclStringType);
Tcl_RegisterObjType(&tclListType);