Browse Source

MT#57371 remove leftover test code

Change-Id: I64e71b191572ca752580bd04a93b1fbdd61b89d7
pull/1747/head
Richard Fuchs 2 years ago
parent
commit
4be28b8909
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      daemon/nftables.c

+ 0
- 5
daemon/nftables.c View File

@ -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, static const char *__batch_request(struct mnl_socket *nl, int family, uint32_t *seq,
uint16_t type, uint16_t flags, uint16_t type, uint16_t flags,
union { union {


Loading…
Cancel
Save