From b6dd4ff8bc7d52e2e5f379ecdaddaf44e37e8418 Mon Sep 17 00:00:00 2001 From: Donna Sharp Date: Sun, 6 Oct 2024 19:08:44 -0400 Subject: zebra: remove unused function from tc_netlink.c Signed-off-by: Donna Sharp --- zebra/tc_netlink.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'zebra/tc_netlink.h') diff --git a/zebra/tc_netlink.h b/zebra/tc_netlink.h index 5e95e6c1d..300c53b6f 100644 --- a/zebra/tc_netlink.h +++ b/zebra/tc_netlink.h @@ -50,8 +50,6 @@ netlink_put_tc_filter_update_msg(struct nl_batch *bth, */ extern int netlink_qdisc_read(struct zebra_ns *zns); -extern int netlink_tfilter_read_for_interface(struct zebra_ns *zns, - ifindex_t ifindex); extern int netlink_tfilter_change(struct nlmsghdr *h, ns_id_t ns_id, int startup); -- cgit v1.2.3