diff options
author | dgp <dgp@users.sourceforge.net> | 2023-09-12 16:22:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2023-09-12 16:22:49 (GMT) |
commit | 7c80a5acba4103cad245d779a7bfb92a76c541a5 (patch) | |
tree | e7dcca8813c4c59645be60e509e6ca53b2a7b263 | |
parent | cccf730c56e29f2c1545bd224a7e3701795a5c3e (diff) | |
download | tcl-7c80a5acba4103cad245d779a7bfb92a76c541a5.zip tcl-7c80a5acba4103cad245d779a7bfb92a76c541a5.tar.gz tcl-7c80a5acba4103cad245d779a7bfb92a76c541a5.tar.bz2 |
A housekeeping commit in 2019 added a declaration for TclIsDigitProc().
There is no implementation or use. Remove it.
-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 fa9938b..6b64cd0 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3252,7 +3252,6 @@ MODULE_SCOPE void TclInitNamespaceSubsystem(void); MODULE_SCOPE void TclInitNotifier(void); MODULE_SCOPE void TclInitObjSubsystem(void); MODULE_SCOPE int TclInterpReady(Tcl_Interp *interp); -MODULE_SCOPE int TclIsDigitProc(int byte); MODULE_SCOPE int TclIsBareword(int byte); MODULE_SCOPE Tcl_Obj * TclJoinPath(Tcl_Size elements, Tcl_Obj * const objv[], int forceRelative); |