diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-04-14 07:43:19 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-07-05 11:49:36 -0400 |
| commit | cd7324dfa696ef58bd8427cad40b96210de1bf50 (patch) | |
| tree | 028b373340f5938c433574594fe47f405b605bc7 /zebra/zebra_dplane.c | |
| parent | c3c9683f99c004ea88f519e6dc023c79ebb4f4d9 (diff) | |
zebra: Remove unused dplane_intf_delete
There is no need for this functionality and it is
not used.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_dplane.c')
| -rw-r--r-- | zebra/zebra_dplane.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c index f90f9191ee..75f1cf0582 100644 --- a/zebra/zebra_dplane.c +++ b/zebra/zebra_dplane.c @@ -4602,18 +4602,6 @@ enum zebra_dplane_result dplane_intf_update(const struct interface *ifp) } /* - * Enqueue a interface delete for the dataplane. - */ -enum zebra_dplane_result dplane_intf_delete(const struct interface *ifp) -{ - enum zebra_dplane_result ret = ZEBRA_DPLANE_REQUEST_FAILURE; - - if (ifp) - ret = dplane_intf_update_internal(ifp, DPLANE_OP_INTF_DELETE); - return ret; -} - -/* * Enqueue vxlan/evpn mac add (or update). */ enum zebra_dplane_result |
