From 1f5e6198871a920fa2453690584a1fde764e8f37 Mon Sep 17 00:00:00 2001 From: HMM Date: Fri, 27 Sep 2019 15:42:50 -0400 Subject: [PATCH] Delete unusued local variable --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 7952c1312..f8abf5fb0 100644 --- a/src/options.c +++ b/src/options.c @@ -5285,7 +5285,7 @@ boolean setinitial, setfromfile; goto menucolors_again; } } else if (!strcmp("autopickup_exception", optname)) { - int opt_idx, pass, numapes = 0; + int opt_idx, numapes = 0; char apebuf[2 + BUFSZ]; /* so &apebuf[1] is BUFSZ long for getlin() */ struct autopickup_exception *ape;