From: Anton Blanchard Date: Sat, 10 Apr 2010 18:06:15 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: yaboot-1.3.17-rc1~18 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=3901c5b44c63c5bf9f576d0dd7646241b8ee4088 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 --- 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 {