aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/dfilter-int.h
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-10-25 18:33:17 +0100
committerJoão Valverde <j@v6e.pt>2021-10-31 09:13:18 +0000
commitf78ebe1564bd34976cc9d22d4925721d8044971b (patch)
tree6db0373c3c91825883eaf492116f248891d06f16 /epan/dfilter/dfilter-int.h
parent6d52bf07a7279668e5e7920dcc46a078f436f206 (diff)
dfilter: Remove deprecated support for whitespace separator in sets
Diffstat (limited to 'epan/dfilter/dfilter-int.h')
-rw-r--r--epan/dfilter/dfilter-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dfilter/dfilter-int.h b/epan/dfilter/dfilter-int.h
index ece080808a..aa4f620642 100644
--- a/epan/dfilter/dfilter-int.h
+++ b/epan/dfilter/dfilter-int.h
@@ -52,7 +52,6 @@ typedef struct {
dfwork_t *dfw;
GString* quoted_string;
gboolean raw_string;
- gboolean in_set; /* true if parsing set elements for the membership operator */
} df_scanner_state_t;
typedef struct {