summaryrefslogtreecommitdiff
path: root/src/cmd5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd5.c')
-rw-r--r--src/cmd5.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd5.c b/src/cmd5.c
index 3f5d4e8c..8495f562 100644
--- a/src/cmd5.c
+++ b/src/cmd5.c
@@ -465,8 +465,6 @@ void fetch(int dir, int wgt, bool_ require_los)
{
int ty, tx, i;
- bool_ flag;
-
cave_type *c_ptr;
object_type *o_ptr;
@@ -512,7 +510,6 @@ void fetch(int dir, int wgt, bool_ require_los)
/* Use a direction */
ty = p_ptr->py; /* Where to drop the item */
tx = p_ptr->px;
- flag = FALSE;
while (1)
{