listing: remove unused variable

The previous commit contained an unused variable, remove it.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2016-02-17 20:33:02 -08:00
parent d2ea49b326
commit 11b8817e8a

View file

@ -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;