]> git.wh0rd.org Git - elf2flt.git/commitdiff
The short_format var isnt used in flthdr.c, so delete it
authorDavid McCullough <davidm@snapgear.com>
Mon, 24 Sep 2007 00:36:17 +0000 (00:36 +0000)
committerDavid McCullough <davidm@snapgear.com>
Mon, 24 Sep 2007 00:36:17 +0000 (00:36 +0000)
Mike Frysinger <vapier@gentoo.org>

flthdr.c

index 967d64063a5cc29a7ed3f8b5d9fabf85943fcafc..15301f539919e33a51932139e29421eaed72ca7d 100644 (file)
--- a/flthdr.c
+++ b/flthdr.c
@@ -41,7 +41,6 @@ char *program_name;
 
 static char cmd[1024];
 static int print = 0, compress = 0, ramload = 0, stacksize = 0, ktrace = 0;
-static int short_format = 0;
 
 /****************************************************************************/