diff options
Diffstat (limited to 'hw/alpha_palcode.c')
-rw-r--r-- | hw/alpha_palcode.c | 2 |
1 files changed, 0 insertions, 2 deletions
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]; |