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")
This commit is contained in:
Kristof Provost 2023-10-30 19:04:12 +01:00
parent 1c824f430a
commit 87c5032353

View file

@ -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 {