From 11b8817e8a481f7f89160c4ac88bf380a8770fcf Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 17 Feb 2016 20:33:02 -0800 Subject: listing: remove unused variable The previous commit contained an unused variable, remove it. Signed-off-by: H. Peter Anvin --- listing.c | 1 - 1 file changed, 1 deletion(-) diff --git a/listing.c b/listing.c index 4fcf91f8..8da58eb5 100644 --- a/listing.c +++ b/listing.c @@ -73,7 +73,6 @@ static char listdata[2 * LIST_INDENT]; /* we need less than that actually */ static int32_t listoffset; static int32_t listlineno; -static const char *listfn; static int32_t listp; -- cgit v1.2.1