aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-10-30 18:04:12 +0000
committerKristof Provost <kp@FreeBSD.org>2023-10-30 18:05:03 +0000
commit87c5032353106764f324e82541662f448e68f38a (patch)
treed02f61e39943562e554e326bbc02b9b3ad53af75
parent1c824f430a395cdc66e22406e72f20ebd300e47e (diff)
downloadsrc-87c5032353106764f324e82541662f448e68f38a.tar.gz
src-87c5032353106764f324e82541662f448e68f38a.zip
libpfctl: remove unused field from struct pfctl_states
We never populate this, or use it, so remove it. MFC after: 3 days Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--lib/libpfctl/libpfctl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpfctl/libpfctl.h b/lib/libpfctl/libpfctl.h
index 5e304ac56dd8..31b4b444ba64 100644
--- a/lib/libpfctl/libpfctl.h
+++ b/lib/libpfctl/libpfctl.h
@@ -369,7 +369,6 @@ struct pfctl_state {
TAILQ_HEAD(pfctl_statelist, pfctl_state);
struct pfctl_states {
struct pfctl_statelist states;
- size_t count;
};
enum pfctl_syncookies_mode {