aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2023-10-30 18:04:12 +0000
committerKristof Provost <kp@FreeBSD.org>2023-11-02 15:10:00 +0000
commite158fa4c54d67b4c35d523c959196b2ff2c28cd4 (patch)
tree86e0c28f79606f61f7290d85eeee92710bba0359
parent71ae1f462bb4c6f730fc558bca0dbe569c48b003 (diff)
downloadsrc-e158fa4c54d67b4c35d523c959196b2ff2c28cd4.tar.gz
src-e158fa4c54d67b4c35d523c959196b2ff2c28cd4.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") (cherry picked from commit 87c5032353106764f324e82541662f448e68f38a)
-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 7fe035f94cee..f436e722496f 100644
--- a/lib/libpfctl/libpfctl.h
+++ b/lib/libpfctl/libpfctl.h
@@ -368,7 +368,6 @@ struct pfctl_state {
TAILQ_HEAD(pfctl_statelist, pfctl_state);
struct pfctl_states {
struct pfctl_statelist states;
- size_t count;
};
enum pfctl_syncookies_mode {