]> granicus.if.org Git - nethack/commitdiff
remove unused variable
authorPatR <rankin@nethack.org>
Sat, 8 Feb 2020 17:59:08 +0000 (09:59 -0800)
committerPatR <rankin@nethack.org>
Sat, 8 Feb 2020 17:59:08 +0000 (09:59 -0800)
src/mthrowu.c

index 9cb9720ec425b76553354c0fdc0b4688e0f0eba2..778a99d1e3bc0b136bd689dba5f21394b3e828b6 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 mthrowu.c       $NHDT-Date: 1573688695 2019/11/13 23:44:55 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.86 $ */
+/* NetHack 3.6 mthrowu.c       $NHDT-Date: 1581184742 2020/02/08 17:59:02 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.98 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Pasi Kallinen, 2016. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -151,7 +151,6 @@ monmulti(mtmp, otmp, mwep)
 struct monst *mtmp;
 struct obj *otmp, *mwep;
 {
-    int skill = (int) objects[otmp->otyp].oc_skill;
     int multishot = 1;
 
     if (otmp->quan > 1L /* no point checking if there's only 1 */