From: Serge Hallyn Date: Sun, 13 Oct 2019 01:00:17 +0000 (-0500) Subject: remove unused fn commonio_next X-Git-Tag: 4.8~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0efca4581b3542ca4ac6311784a886272ea8481;p=thirdparty%2Fshadow.git remove unused fn commonio_next Signed-off-by: Serge Hallyn --- diff --git a/lib/subordinateio.c b/lib/subordinateio.c index dd779c596..0d89a64ef 100644 --- a/lib/subordinateio.c +++ b/lib/subordinateio.c @@ -152,11 +152,6 @@ static struct commonio_ops subordinate_ops = { NULL, /* close_hook */ }; -static /*@observer@*/ /*@null*/const struct subordinate_range *subordinate_next(struct commonio_db *db) -{ - return (const struct subordinate_range *)commonio_next (db); -} - /* * range_exists: Check whether @owner owns any ranges *