aboutsummaryrefslogtreecommitdiff
path: root/lib
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 08:48:54 +0000
commit17d019fba6a3ea2243b56341cd40b98f8fa9ff7c (patch)
tree203e7d728b5485ad67fdddc26668cbc16af9aa3f /lib
parent64ad7cdbbd0dbfb2fd245cb8727e81a49c4e058a (diff)
downloadsrc-17d019fba6a3ea2243b56341cd40b98f8fa9ff7c.tar.gz
src-17d019fba6a3ea2243b56341cd40b98f8fa9ff7c.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)
Diffstat (limited to 'lib')
-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 c32cee523d05..32cd408c5919 100644
--- a/lib/libpfctl/libpfctl.h
+++ b/lib/libpfctl/libpfctl.h
@@ -273,7 +273,6 @@ struct pfctl_state {
TAILQ_HEAD(pfctl_statelist, pfctl_state);
struct pfctl_states {
struct pfctl_statelist states;
- size_t count;
};
enum pfctl_syncookies_mode {