summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-06-17 19:11:34 +0200
committerAlon Levy <alevy@redhat.com>2011-06-17 19:12:23 +0200
commitcd80df3ea7ea81e0c743aad12f00e11de74ca76f (patch)
tree76faa6a19717004eff035e9276e906594cc55f43 /hw
parenteb47d7c5d96060040931c42773ee07e61e547af9 (diff)
gcc 4.6.0 batch 1 (temp)
Diffstat (limited to 'hw')
-rw-r--r--hw/lsi53c895a.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c
index 83084b6b6..90c6cbcbf 100644
--- a/hw/lsi53c895a.c
+++ b/hw/lsi53c895a.c
@@ -889,7 +889,6 @@ static void lsi_do_msgout(LSIState *s)
uint8_t msg;
int len;
uint32_t current_tag;
- SCSIDevice *current_dev;
lsi_request *current_req, *p, *p_next;
int id;
@@ -901,7 +900,6 @@ static void lsi_do_msgout(LSIState *s)
current_req = lsi_find_by_tag(s, current_tag);
}
id = (current_tag >> 8) & 0xf;
- current_dev = s->bus.devs[id];
DPRINTF("MSG out len=%d\n", s->dbc);
while (s->dbc) {