From 0414d82e04962ef2ee16aeeda9de961b66252e8c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 23 Mar 2009 16:42:03 +0000 Subject: [PATCH] xen_machine_pv.c: kill unused variables Signed-off-by: Gerd Hoffmann --- hw/xen_machine_pv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index 6525856a..b7f8e282 100644 --- a/hw/xen_machine_pv.c +++ b/hw/xen_machine_pv.c @@ -41,8 +41,6 @@ static void xen_init_pv(ram_addr_t ram_size, int vga_ram_size, const char *cpu_model, const char *direct_pci) { - struct xenfb *xenfb; - extern int domid; CPUState *env; #ifndef CONFIG_STUBDOM -- 2.39.5