The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=950dedcd87afc6beb8e38956273072ca0d02c964
commit 950dedcd87afc6beb8e38956273072ca0d02c964 Author: Kristof Provost <[email protected]> AuthorDate: 2026-02-09 20:13:30 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2026-02-10 17:09:34 +0000 pf: remove unused variable from pf_test_ctx Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/net/pfvar.h | 1 - 1 file changed, 1 deletion(-) 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;
