diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2026-02-09 20:13:30 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2026-02-10 17:09:34 +0000 |
| commit | 950dedcd87afc6beb8e38956273072ca0d02c964 (patch) | |
| tree | 823d2b06a296c15d70afc6c72c5dad72a3ef1fab | |
| parent | 1ea0721e1a566fdb552b0a919c22667844a894d9 (diff) | |
pf: remove unused variable from pf_test_ctx
Sponsored by: Rubicon Communications, LLC ("Netgate")
| -rw-r--r-- | sys/net/pfvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 68616a7de5e4..21302b70552b 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1441,7 +1441,6 @@ struct pf_test_ctx { int rewrite; int limiter_drop; u_short reason; - struct pf_src_node *sns[PF_SN_MAX]; struct pf_krule_slist *match_rules; struct pf_krule_item *last_match_rule; struct pf_krule *nr; |
