]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/atoi/strtou_noneg.[ch], tests/: strtoul_noneg(): Remove unused function
authorAlejandro Colomar <alx@kernel.org>
Tue, 9 Jan 2024 14:00:15 +0000 (15:00 +0100)
committerAlejandro Colomar <alx@kernel.org>
Mon, 27 May 2024 14:32:09 +0000 (16:32 +0200)
commit71e28359d12491727b2e94c71d2e1e1682d45a02
tree8741622d6ed0ec3654ac544b80775d286f6d6536
parentf3a1e1cf098d0e0a76cc22e50d0c5f37c7190265
lib/atoi/strtou_noneg.[ch], tests/: strtoul_noneg(): Remove unused function

All call sites have been replaced by functions from "atoi/a2i.h" and
"atoi/str2i.h" recently.

Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/atoi/strtou_noneg.c
lib/atoi/strtou_noneg.h
tests/unit/Makefile.am
tests/unit/test_atoi_strtou_noneg.c [deleted file]