diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-01-28 14:04:59 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-01-28 14:04:59 -0500 |
| commit | d3e3a408d5a9cad9aa545e24bf8c3f369c4d6539 (patch) | |
| tree | 740b68898a2a009052d17248845d9903a4672dbc /pbrd/pbr_nht.c | |
| parent | a2157a13a5aa5b2c19e073ab30e1185fc0126acd (diff) | |
pbrd: Remove #if 0 code
I am not even sure what the goal of this code was in any
way shape fashion or form. But since it's pbr_nht.c
I as the original author should know... But I don't.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pbrd/pbr_nht.c')
| -rw-r--r-- | pbrd/pbr_nht.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pbrd/pbr_nht.c b/pbrd/pbr_nht.c index f99971ab7b..723374d9d6 100644 --- a/pbrd/pbr_nht.c +++ b/pbrd/pbr_nht.c @@ -320,13 +320,6 @@ void pbr_nhgroup_delete_cb(const char *name) pbr_map_check_nh_group_change(name); } -#if 0 -static struct pbr_nexthop_cache *pbr_nht_lookup_nexthop(struct nexthop *nexthop) -{ - return NULL; -} -#endif - static void pbr_nht_find_nhg_from_table_update(struct pbr_nexthop_group_cache *pnhgc, uint32_t table_id, bool installed) |
