summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-09-12 16:57:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-09-12 16:57:27 (GMT)
commit7e9096e2c355b226a3f1a0b9b7e9a2b5045c438a (patch)
tree3fed3731f167b242aba99a7a5675bc20bc3f70a2 /generic
parentedf74f079026ce9f921075e6c94c884b2186bfdf (diff)
downloadtcl-7e9096e2c355b226a3f1a0b9b7e9a2b5045c438a.zip
tcl-7e9096e2c355b226a3f1a0b9b7e9a2b5045c438a.tar.gz
tcl-7e9096e2c355b226a3f1a0b9b7e9a2b5045c438a.tar.bz2
In 2020, internal routine TclParseHex() was converted to a static routine
but the declaration was not removed. Remove it now.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 5c697bf..d05f32b 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3301,8 +3301,6 @@ MODULE_SCOPE int TclObjUnsetVar2(Tcl_Interp *interp,
Tcl_Obj *part1Ptr, Tcl_Obj *part2Ptr, int flags);
MODULE_SCOPE int TclParseBackslash(const char *src,
Tcl_Size numBytes, Tcl_Size *readPtr, char *dst);
-MODULE_SCOPE int TclParseHex(const char *src, Tcl_Size numBytes,
- int *resultPtr);
MODULE_SCOPE int TclParseNumber(Tcl_Interp *interp, Tcl_Obj *objPtr,
const char *expected, const char *bytes,
Tcl_Size numBytes, const char **endPtrPtr, int flags);