From: Pasi Kallinen Date: Tue, 1 Dec 2020 09:12:43 +0000 (+0200) Subject: Remove unused goto label X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4625266a77bd61f71882d312eb25c9fb08999fb;p=nethack Remove unused goto label --- diff --git a/src/mhitm.c b/src/mhitm.c index b892e56c3..9ac86fee3 100644 --- a/src/mhitm.c +++ b/src/mhitm.c @@ -970,7 +970,6 @@ int dieroll; return mhm.hitflags; break; case AD_PHYS: - physical: mhitm_ad_phys(magr, mattk, mdef, &mhm); if (mhm.done) return mhm.hitflags; diff --git a/src/uhitm.c b/src/uhitm.c index 9c33c959a..4843c747f 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -3966,7 +3966,6 @@ int specialdmg; /* blessed and/or silver bonus against various things */ return mhm.hitflags; break; case AD_PHYS: - physical: mhitm_ad_phys(&g.youmonst, mattk, mdef, &mhm); if (mhm.done) return mhm.hitflags;