]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common/strtol: drop strict_strto*(const char*,..)
authorKefu Chai <kchai@redhat.com>
Mon, 26 Jul 2021 07:00:40 +0000 (15:00 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 26 Jul 2021 12:12:17 +0000 (20:12 +0800)
commit650a0c936300163344486e08226b3e4ae87fcf7f
tree8a997dd46e719b0d31b4071b23d511cd2451a94b
parent55ed86bb98ecca3dc03f946b67a4b5a999dc04c9
common/strtol: drop strict_strto*(const char*,..)

they are but proxies to strict_strto*(string_view, ...). and their
callers can just call the latter without any change. so drop these
proxies.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/strtol.cc
src/common/strtol.h