From f88fe4e3706ca59af06fdd0e2d696f720328db56 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 25 Apr 2010 20:30:17 +0000 Subject: alpha: remove dead assignments, spotted by clang analyzer Value stored is never read. Signed-off-by: Blue Swirl --- hw/alpha_palcode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/alpha_palcode.c') diff --git a/hw/alpha_palcode.c b/hw/alpha_palcode.c index 6293d10936..033b54201c 100644 --- a/hw/alpha_palcode.c +++ b/hw/alpha_palcode.c @@ -79,9 +79,7 @@ static void pal_reset (CPUState *env) static void do_swappal (CPUState *env, uint64_t palid) { pal_handler_t *pal_handler; - int status; - status = 0; switch (palid) { case 0 ... 2: pal_handler = &pal_handlers[palid]; -- cgit v1.2.3