From: cohrs Date: Sun, 27 Jan 2002 04:19:44 +0000 (+0000) Subject: unused variables X-Git-Tag: MOVE2GIT~3332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35edad47ab3c2db15e3b386593afcbe657582121;p=nethack unused variables --- diff --git a/src/options.c b/src/options.c index ef388ac98..0f17af8df 100644 --- a/src/options.c +++ b/src/options.c @@ -2372,7 +2372,6 @@ char *buf; else if (!strcmp(optname, "catname")) Sprintf(buf, "%s", catname[0] ? catname : none ); else if (!strcmp(optname, "disclose")) { - boolean all = TRUE, dnone = TRUE; for (i = 0; i < NUM_DISCLOSURE_OPTIONS; i++) { char topt[2]; topt[1] = '\0';