From dd2ff34d0ca3819918e65ff5fb37c00f6248eb35 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Thu, 3 Apr 2003 10:05:42 +0000 Subject: [PATCH] pickup bit Lint removal necessitated by accidental omission of a band from the earlier "container groundwork" patch. --- src/pickup.c | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.50.1