diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2023-11-27 12:28:52 +0100 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2023-11-30 14:25:08 +0100 | 
| commit | 2ff41dd690eab66d7ca12d28cecaab1d5f7b4dc9 (patch) | |
| tree | 78888d624b1b2cf131e61742ca0785cbde7de50c /lib/nexthop_group.h | |
| parent | e91ef7727f7c8062f0fc78fe3f6bf5a654abd0b7 (diff) | |
lib: remove useless nexthop_group_active_nexthop_num_no_recurse()
The nexthop_group_active_nexthop_num_no_recurse() function is no more
used. Let us remove the function call.
Fixes: 148813c22a8d ("zebra: zebra_nhg check each nexthop for active, not just number")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'lib/nexthop_group.h')
| -rw-r--r-- | lib/nexthop_group.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/nexthop_group.h b/lib/nexthop_group.h index 78237e464f..88f9c62ccb 100644 --- a/lib/nexthop_group.h +++ b/lib/nexthop_group.h @@ -154,8 +154,6 @@ extern uint8_t  nexthop_group_nexthop_num_no_recurse(const struct nexthop_group *nhg);  extern uint8_t  nexthop_group_active_nexthop_num(const struct nexthop_group *nhg); -extern uint8_t -nexthop_group_active_nexthop_num_no_recurse(const struct nexthop_group *nhg);  extern bool nexthop_group_has_label(const struct nexthop_group *nhg);  | 
