From patchwork Sun Apr 11 04:06:15 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [8/10] Remove unused variable Date: Sat, 10 Apr 2010 18:06:15 -0000 From: Anton Blanchard X-Patchwork-Id: 57974 Message-Id: <20100411040615.GE11751@kryten> To: yaboot-devel@lists.ozlabs.org ignore_entry isn't used, remove it to avoid a compiler warning. Signed-off-by: Anton Blanchard --- Index: yaboot/second/cfg.c =================================================================== --- yaboot.orig/second/cfg.c 2010-04-11 12:17:13.000000000 +1000 +++ yaboot/second/cfg.c 2010-04-11 12:17:34.000000000 +1000 @@ -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 {