summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-05 20:16:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-05 20:16:41 (GMT)
commitff33155b738339c0ecc8f822888b8a8eba45e676 (patch)
tree73d638f098debe1bd7609e4ee397f95dec1130ca /generic/tclCompile.h
parent33b8406c4a553a30d78a199ded858428e4c91ee8 (diff)
downloadtcl-ff33155b738339c0ecc8f822888b8a8eba45e676.zip
tcl-ff33155b738339c0ecc8f822888b8a8eba45e676.tar.gz
tcl-ff33155b738339c0ecc8f822888b8a8eba45e676.tar.bz2
Remove from tclCompile.h declarations used in only one source file.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index d62aab9..bc298ae 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -908,8 +908,6 @@ MODULE_SCOPE int TclExecuteByteCode(Tcl_Interp *interp,
MODULE_SCOPE void TclFinalizeAuxDataTypeTable(void);
MODULE_SCOPE int TclFindCompiledLocal(CONST char *name, int nameChars,
int create, Proc *procPtr);
-MODULE_SCOPE LiteralEntry * TclLookupLiteralEntry(Tcl_Interp *interp,
- Tcl_Obj *objPtr);
MODULE_SCOPE int TclFixupForwardJump(CompileEnv *envPtr,
JumpFixup *jumpFixupPtr, int jumpDist,
int distThreshold);
@@ -937,7 +935,6 @@ MODULE_SCOPE void TclPrintObject(FILE *outFile,
Tcl_Obj *objPtr, int maxChars);
MODULE_SCOPE void TclPrintSource(FILE *outFile,
CONST char *string, int maxChars);
-MODULE_SCOPE void TclRegisterAuxDataType(AuxDataType *typePtr);
MODULE_SCOPE int TclRegisterLiteral(CompileEnv *envPtr,
char *bytes, int length, int flags);
MODULE_SCOPE void TclReleaseLiteral(Tcl_Interp *interp, Tcl_Obj *objPtr);