From ad63cde708fd7a79332b09ae4a06b8a4b345aa72 Mon Sep 17 00:00:00 2001 From: Laurent Fasnacht Date: Mon, 10 Feb 2020 10:17:24 +0000 Subject: scanner: remove parser_state->indescs static array This static array is redundant with the indesc_list structure, but is less flexible. Signed-off-by: Laurent Fasnacht Signed-off-by: Pablo Neira Ayuso --- include/parser.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/parser.h b/include/parser.h index 949284d9..66db92d8 100644 --- a/include/parser.h +++ b/include/parser.h @@ -15,7 +15,6 @@ struct parser_state { struct input_descriptor *indesc; - struct input_descriptor *indescs[MAX_INCLUDE_DEPTH]; unsigned int indesc_idx; struct list_head indesc_list; -- cgit v1.2.3