From 583f66047c44a06d83fde961223b0d81661db2b6 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Tue, 18 Oct 2005 12:12:15 +0000 Subject: [PATCH] (pin_bomb) Remove unused variable qp. --- src/lib/commands/bomb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/commands/bomb.c b/src/lib/commands/bomb.c index bc289f78..fee2fb47 100644 --- a/src/lib/commands/bomb.c +++ b/src/lib/commands/bomb.c @@ -202,7 +202,6 @@ pin_bomb(struct emp_qelem *list, struct sctstr *target) int bad; s_char *p; struct plist *plp; - struct emp_qelem *qp; int nsubs; int nunits; struct natstr *natp;