diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-05-13 22:11:09 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-05-13 22:11:09 +0200 |
commit | 20ceb5475d803b22e01354dc24e889fca0147093 (patch) | |
tree | a61cb61b1ff40729b42002dfe39015ffa82085d3 /zebra/rib.h | |
parent | zebra: Remove unused functions in netlink compiles (diff) | |
download | frr-20ceb5475d803b22e01354dc24e889fca0147093.tar.xz frr-20ceb5475d803b22e01354dc24e889fca0147093.zip |
zebra: Remove unused function `route_entry_copy_nexthops`
This function is no longer used.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/rib.h')
-rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 281791d1f..6b4195205 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -357,8 +357,6 @@ enum rib_update_event { RIB_UPDATE_MAX }; -extern void route_entry_copy_nexthops(struct route_entry *re, - struct nexthop *nh); int route_entry_update_nhe(struct route_entry *re, struct nhg_hash_entry *new_nhghe); |