summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-05 19:39:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-05 19:39:48 (GMT)
commit8873e6101cf4dac7e9c39fd001cf489ab8173429 (patch)
tree1bb5d27bd676cced05abae81636c47df5ed4bfa7 /generic
parent43d41237ebb58132c881b9cb46aff91b825b7517 (diff)
downloadtcl-8873e6101cf4dac7e9c39fd001cf489ab8173429.zip
tcl-8873e6101cf4dac7e9c39fd001cf489ab8173429.tar.gz
tcl-8873e6101cf4dac7e9c39fd001cf489ab8173429.tar.bz2
Remove TclInitCompilation() declaration that's never had a definition
(14 years!).
Diffstat (limited to 'generic')
-rw-r--r--generic/tclCompile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 31c1b94..d339721 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -839,7 +839,6 @@ EXTERN void TclFreeJumpFixupArray _ANSI_ARGS_((
EXTERN void TclInitAuxDataTypeTable _ANSI_ARGS_((void));
EXTERN void TclInitByteCodeObj _ANSI_ARGS_((Tcl_Obj *objPtr,
CompileEnv *envPtr));
-EXTERN void TclInitCompilation _ANSI_ARGS_((void));
#ifndef TCL_TIP280
EXTERN void TclInitCompileEnv _ANSI_ARGS_((Tcl_Interp *interp,
CompileEnv *envPtr, char *string,