]> git.ipfire.org Git - thirdparty/squid.git/commit
Maintenance: Remove unused xstrtoul() from the global scope (#1407)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Wed, 5 Jul 2023 21:30:14 +0000 (21:30 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 25 Jul 2023 14:59:56 +0000 (02:59 +1200)
commitb525053f9fabcb037d391ffaa22a870d1bfc11dd
treef962c8d997e6cab3f24ecbb2560f4a89256b8836
parentbaff4e11aeb2357f2fbfb290d2fdfcf1ee99d407
Maintenance: Remove unused xstrtoul() from the global scope (#1407)

xstrtoul() is only used by xstrtoui() in the same module, no need to
export it to the global namespace
compat/xstrto.cc
compat/xstrto.h