summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-15 13:19:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-15 13:19:43 (GMT)
commit605aff99c96f767c31e232ec4281beabdd6fcabf (patch)
tree1c7e1fa3deb2c7655493288e71261639e8847ee2 /generic/tclCompile.c
parent6df8a636f8a85c229a44ad096cd549f1fcb3dca0 (diff)
downloadtcl-605aff99c96f767c31e232ec4281beabdd6fcabf.zip
tcl-605aff99c96f767c31e232ec4281beabdd6fcabf.tar.gz
tcl-605aff99c96f767c31e232ec4281beabdd6fcabf.tar.bz2
Remove unused static function definition
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 6598829..4c259ab 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -679,7 +679,6 @@ static int IsCompactibleCompileEnv(Tcl_Interp *interp,
#ifdef TCL_COMPILE_STATS
static void RecordByteCodeStats(ByteCode *codePtr);
#endif /* TCL_COMPILE_STATS */
-static void RegisterAuxDataType(const AuxDataType *typePtr);
static int SetByteCodeFromAny(Tcl_Interp *interp,
Tcl_Obj *objPtr);
static void StartExpanding(CompileEnv *envPtr);