From 4be28b89093505d0a81efe49444a2c3eb5fe28b8 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 17 Oct 2023 15:12:13 -0400 Subject: [PATCH] MT#57371 remove leftover test code Change-Id: I64e71b191572ca752580bd04a93b1fbdd61b89d7 --- daemon/nftables.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/daemon/nftables.c b/daemon/nftables.c index e30a87644..4499eedf2 100644 --- a/daemon/nftables.c +++ b/daemon/nftables.c @@ -204,11 +204,6 @@ static bool set_rule_handle(struct nftnl_rule *r, void *data) { } -typedef union { - void (*rule_fn)(struct nlmsghdr *nlh, struct nftnl_rule *t); - void (*generic_fn)(struct nlmsghdr *nlh, void *); -} test; - static const char *__batch_request(struct mnl_socket *nl, int family, uint32_t *seq, uint16_t type, uint16_t flags, union {