From: cohrs Date: Sat, 5 Jun 2004 01:57:18 +0000 (+0000) Subject: remove unused variables X-Git-Tag: MOVE2GIT~1453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98103b2c05f89bdb76889b8e4f17370be3fd862f;p=nethack remove unused variables --- diff --git a/src/artifact.c b/src/artifact.c index afbe6c6e4..42f18ddce 100644 --- a/src/artifact.c +++ b/src/artifact.c @@ -1455,7 +1455,6 @@ long *abil; {&EPoison_resistance, AD_DRST}, }; int k; - long adtyp = 0; for (k = 0; k < SIZE(abil2adtyp); k++) { if (abil2adtyp[k].abil == abil) @@ -1486,7 +1485,6 @@ long *abil; {&EReflecting, SPFX_REFLECT}, }; int k; - long spfx = 0L; for (k = 0; k < SIZE(abil2spfx); k++) { if (abil2spfx[k].abil == abil)