summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-06-25 10:02:14 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-06-25 10:02:14 (GMT)
commita687f86fc345456a02bacd3d7eb2c9172740f0cd (patch)
treedb9627ae48438aee429c4a14a5f17f3ea9198743 /generic/tclInt.h
parent2578e03ca5d7993a6e1a947651a95226b84bedd0 (diff)
downloadtcl-a687f86fc345456a02bacd3d7eb2c9172740f0cd.zip
tcl-a687f86fc345456a02bacd3d7eb2c9172740f0cd.tar.gz
tcl-a687f86fc345456a02bacd3d7eb2c9172740f0cd.tar.bz2
Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).
Diffstat (limited to 'generic/tclInt.h')
-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