diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-25 10:02:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-25 10:02:14 (GMT) |
commit | 4b9c60ce47062894652d4db2156a9643a9b80bb2 (patch) | |
tree | db9627ae48438aee429c4a14a5f17f3ea9198743 /generic/tclInt.h | |
parent | 694837ab79cb2b7f05fccf857081bb8a7579079e (diff) | |
download | tcl-4b9c60ce47062894652d4db2156a9643a9b80bb2.zip tcl-4b9c60ce47062894652d4db2156a9643a9b80bb2.tar.gz tcl-4b9c60ce47062894652d4db2156a9643a9b80bb2.tar.bz2 |
Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 8 |
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 |