From 7035d19f888095a943c0060f1403b197e08af51f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 13 Jan 2009 15:47:28 +0000 Subject: [PATCH] Remove unused struct Remove struct xen_remove_from_physmap xrfp; which is unused now and about to be removed from Xen. Signed-off-by: Ian Jackson --- hw/vga.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/vga.c b/hw/vga.c index e1d6dad5..58e54631 100644 --- a/hw/vga.c +++ b/hw/vga.c @@ -2364,7 +2364,6 @@ static VGAState *xen_vga_state; void xen_vga_populate_vram(uint64_t vram_addr) { unsigned long nr_pfn; - struct xen_remove_from_physmap xrfp; xen_pfn_t *pfn_list; int i; int rc; -- 2.39.5