diff options
author | dgp <dgp@users.sourceforge.net> | 2014-12-23 02:12:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-12-23 02:12:59 (GMT) |
commit | 81a240828fe7d60234ab063b23b1666272126fb2 (patch) | |
tree | c15f7352ff30b6ef63061c5c44559b74fa0915f1 /generic/tclInt.h | |
parent | 4357393a80b049950ddac5db40e7c2e2d5de136f (diff) | |
download | tcl-81a240828fe7d60234ab063b23b1666272126fb2.zip tcl-81a240828fe7d60234ab063b23b1666272126fb2.tar.gz tcl-81a240828fe7d60234ab063b23b1666272126fb2.tar.bz2 |
Eliminate TclIsLocalScalar(). No callers left.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 995da48..3f84717 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2985,7 +2985,6 @@ MODULE_SCOPE void TclInitNotifier(void); MODULE_SCOPE void TclInitObjSubsystem(void); MODULE_SCOPE void TclInitSubsystems(void); MODULE_SCOPE int TclInterpReady(Tcl_Interp *interp); -MODULE_SCOPE int TclIsLocalScalar(const char *src, int len); MODULE_SCOPE int TclIsSpaceProc(char byte); MODULE_SCOPE int TclIsBareword(char byte); MODULE_SCOPE Tcl_Obj * TclJoinPath(int elements, Tcl_Obj * const objv[]); |