From 98103b2c05f89bdb76889b8e4f17370be3fd862f Mon Sep 17 00:00:00 2001 From: cohrs Date: Sat, 5 Jun 2004 01:57:18 +0000 Subject: [PATCH] remove unused variables --- src/artifact.c | 2 -- 1 file changed, 2 deletions(-) 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)