From 3901c5b44c63c5bf9f576d0dd7646241b8ee4088 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Sat, 10 Apr 2010 18:06:15 +0000 Subject: [PATCH] Remove unused variable ignore_entry isn't used, remove it to avoid a compiler warning. Signed-off-by: Anton Blanchard Signed-off-by: Tony Breeds --- second/cfg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/second/cfg.c b/second/cfg.c index 21db256..4277fdd 100644 --- a/second/cfg.c +++ b/second/cfg.c @@ -102,7 +102,6 @@ static char *currp = NULL; static char *endp = NULL; static char *file_name = NULL; static CONFIG *curr_table = cf_options; -static int ignore_entry; static jmp_buf env; static struct IMAGES { -- 2.39.2