]> granicus.if.org Git - nethack/commitdiff
pickup bit
authornethack.rankin <nethack.rankin>
Thu, 3 Apr 2003 10:05:42 +0000 (10:05 +0000)
committernethack.rankin <nethack.rankin>
Thu, 3 Apr 2003 10:05:42 +0000 (10:05 +0000)
     Lint removal necessitated by accidental omission of a band from the
earlier "container groundwork" patch.

src/pickup.c

index 5bf55a7a7d58950bfec48b92f88feb19bec819c8..1a626bad522f40af307e1c57e9550ead208448f8 100644 (file)
@@ -1938,7 +1938,6 @@ register int held;
 #ifndef GOLDOBJ
        struct obj *u_gold = (struct obj *)0;
 #endif
-       struct monst *shkp;
        boolean one_by_one, allflag, loot_out = FALSE, loot_in = FALSE;
        char select[MAXOCLASSES+1];
        char qbuf[BUFSZ], emptymsg[BUFSZ], pbuf[QBUFSZ];