From c5cc3e7197ee6796e280b9880f8ad621d117612f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 20 Jan 2018 19:58:51 +0100 Subject: [PATCH] kernel/pf: Remove an unused variable. --- sys/net/pf/pf.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/net/pf/pf.c b/sys/net/pf/pf.c index 695c3756d1..d2b53f3c2a 100644 --- a/sys/net/pf/pf.c +++ b/sys/net/pf/pf.c @@ -6018,9 +6018,6 @@ pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp, struct pf_src_node *sn = NULL; int error = 0; int sw_csum; -#ifdef IPSEC - struct m_tag *mtag; -#endif /* IPSEC */ ASSERT_LWKT_TOKEN_HELD(&pf_token); -- 2.11.4.GIT