summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-25 10:02:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-25 10:02:14 (GMT)
commit4b9c60ce47062894652d4db2156a9643a9b80bb2 (patch)
treedb9627ae48438aee429c4a14a5f17f3ea9198743 /generic
parent694837ab79cb2b7f05fccf857081bb8a7579079e (diff)
downloadtcl-4b9c60ce47062894652d4db2156a9643a9b80bb2.zip
tcl-4b9c60ce47062894652d4db2156a9643a9b80bb2.tar.gz
tcl-4b9c60ce47062894652d4db2156a9643a9b80bb2.tar.bz2
Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index c350d15..fdd577a 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3834,14 +3834,6 @@ MODULE_SCOPE int TclCompileAssembleCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
-/* Used internally in stub library. */
-typedef struct {
- char version[12];
- const TclStubs *stubs;
-} TclStubInfoType;
-
-MODULE_SCOPE const char *TclInitStubTable(const char *version);
-
/*
* Functions defined in generic/tclVar.c and currenttly exported only for use
* by the bytecode compiler and engine. Some of these could later be placed in