From: Serge Hallyn Date: Sun, 13 Oct 2019 01:00:17 +0000 (-0500) Subject: remove unused fn commonio_next X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0efca4581b3542ca4ac6311784a886272ea8481;p=shadow remove unused fn commonio_next Signed-off-by: Serge Hallyn --- diff --git a/lib/subordinateio.c b/lib/subordinateio.c index dd779c59..0d89a64e 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 *