diff mbox

[8/10] Remove unused variable

Message ID 20100411040615.GE11751@kryten
State Changes Requested
Headers show

Commit Message

Anton Blanchard April 11, 2010, 4:06 a.m. UTC
ignore_entry isn't used, remove it to avoid a compiler warning.

Signed-off-by: Anton Blanchard <anton@samba.org>
---
diff mbox

Patch

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 {