From a0efca4581b3542ca4ac6311784a886272ea8481 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Sat, 12 Oct 2019 20:00:17 -0500 Subject: [PATCH] remove unused fn commonio_next Signed-off-by: Serge Hallyn --- lib/subordinateio.c | 5 ----- 1 file changed, 5 deletions(-) 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 * -- 2.40.0