remove unused fn commonio_next

Signed-off-by: Serge Hallyn <shallyn@cisco.com>
This commit is contained in:
Serge Hallyn 2019-10-12 20:00:17 -05:00
parent 4e1da34601
commit a0efca4581

View File

@ -152,11 +152,6 @@ static struct commonio_ops subordinate_ops = {
NULL, /* close_hook */ 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 * range_exists: Check whether @owner owns any ranges
* *