From: PatR Date: Tue, 28 Jun 2022 19:53:16 +0000 (-0700) Subject: pull request #806 - remove unnecessary variable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fb55653b274302f209007c11ff7dd6ec553d0e2;p=nethack pull request #806 - remove unnecessary variable Pull request from argrath: in destroy_one_item(), 'physical_damage' is set to False with no provision for changing that it True, so the 'if (physical_damage) xxx' is never executed. Remove it. Closes #806 --- 4fb55653b274302f209007c11ff7dd6ec553d0e2