summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorLaurent Fasnacht <fasnacht@protonmail.ch>2020-02-10 10:17:28 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2020-02-13 13:03:53 +0100
commit4a7a152105be6513a096f6a502b6eabe4d9befc3 (patch)
tree515d5466dcbda26b7f1c94244d8068455983bc4d /include/parser.h
parent10aaa1130c2a574c8eebb0593651a9ee54db1021 (diff)
scanner: remove parser_state->indesc_idx
Now that we have a proper stack implementation, we don't need an additional counter for the number of buffer state pushed. Signed-off-by: Laurent Fasnacht <fasnacht@protonmail.ch> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/parser.h b/include/parser.h
index 66db92d8..636d1c88 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -15,7 +15,6 @@
struct parser_state {
struct input_descriptor *indesc;
- unsigned int indesc_idx;
struct list_head indesc_list;
struct list_head *msgs;