summaryrefslogtreecommitdiff
path: root/src/cmd5.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-02-18 13:51:36 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:41:31 +0200
commitb63cc899aeedd7c6704b30738998591f327afbef (patch)
tree834185388b192fe2fbeae3abe713fb51e5c160bc /src/cmd5.c
parentf5bd542881c50c9295fdb5a541ef7d6e36173815 (diff)
Refactor: Remove unused/dead variables.
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)
{