From: nethack.rankin Date: Thu, 3 Apr 2003 10:05:42 +0000 (+0000) Subject: pickup bit X-Git-Tag: MOVE2GIT~2039 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd2ff34d0ca3819918e65ff5fb37c00f6248eb35;p=nethack pickup bit Lint removal necessitated by accidental omission of a band from the earlier "container groundwork" patch. --- diff --git a/src/pickup.c b/src/pickup.c index 5bf55a7a7..1a626bad5 100644 --- a/src/pickup.c +++ b/src/pickup.c @@ -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];