[PATCH 8/10] Remove unused variable

Anton Blanchard anton at samba.org
Sun Apr 11 14:06:15 EST 2010


ignore_entry isn't used, remove it to avoid a compiler warning.

Signed-off-by: Anton Blanchard <anton at samba.org>
---

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 {


More information about the Yaboot-devel mailing list