]> git.ozlabs.org Git - yaboot.git/commitdiff
Remove unused variable
authorAnton Blanchard <anton@samba.org>
Sat, 10 Apr 2010 18:06:15 +0000 (18:06 +0000)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 16 Jul 2010 05:39:07 +0000 (15:39 +1000)
ignore_entry isn't used, remove it to avoid a compiler warning.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
second/cfg.c

index 21db256305724d36371ed536d935768fa545c595..4277fdd219d9923e6f52659d10bff1fdc3f948c8 100644 (file)
@@ -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 {