summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorgriffin <briang42@easystreet.net>2022-10-08 22:31:32 (GMT)
committergriffin <briang42@easystreet.net>2022-10-08 22:31:32 (GMT)
commit7468d972861d131b0b9a28375c017dd3fc537688 (patch)
treef4db5a44df81b4d5847266b72734c636e4e29a45 /generic/tclInt.h
parentd24ee59fb5714c006c6a61d921d62b870d0ded36 (diff)
downloadtcl-7468d972861d131b0b9a28375c017dd3fc537688.zip
tcl-7468d972861d131b0b9a28375c017dd3fc537688.tar.gz
tcl-7468d972861d131b0b9a28375c017dd3fc537688.tar.bz2
Code cleanup and reorganize
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 14d7a61..dd44900 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2961,7 +2961,6 @@ MODULE_SCOPE const Tcl_ObjType tclByteCodeType;
MODULE_SCOPE const Tcl_ObjType tclDoubleType;
MODULE_SCOPE const Tcl_ObjType tclIntType;
MODULE_SCOPE const Tcl_ObjType tclListType;
-MODULE_SCOPE const Tcl_ObjType tclArithSeriesType;
MODULE_SCOPE const Tcl_ObjType tclDictType;
MODULE_SCOPE const Tcl_ObjType tclAbstractListType;
MODULE_SCOPE const Tcl_ObjType tclProcBodyType;
@@ -3106,8 +3105,6 @@ struct Tcl_LoadHandle_ {
*----------------------------------------------------------------
*/
-MODULE_SCOPE Tcl_Obj * TclAbstractListObjCopy(Tcl_Interp *interp,
- Tcl_Obj *abstractListObjPtr);
MODULE_SCOPE void TclAppendBytesToByteArray(Tcl_Obj *objPtr,
const unsigned char *bytes, int len);
MODULE_SCOPE int TclNREvalCmd(Tcl_Interp *interp, Tcl_Obj *objPtr,