From: nasm-bot f. H. P. A. <hp...@li...> - 2016-02-18 04:36:16
|
Commit-ID: 11b8817e8a481f7f89160c4ac88bf380a8770fcf Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=11b8817e8a481f7f89160c4ac88bf380a8770fcf Author: H. Peter Anvin <hp...@li...> AuthorDate: Wed, 17 Feb 2016 20:33:02 -0800 Committer: H. Peter Anvin <hp...@li...> CommitDate: Wed, 17 Feb 2016 20:33:02 -0800 listing: remove unused variable The previous commit contained an unused variable, remove it. Signed-off-by: H. Peter Anvin <hp...@li...> --- listing.c | 1 - 1 file changed, 1 deletion(-) diff --git a/listing.c b/listing.c index 4fcf91f..8da58eb 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; |