From c0a60ac70f390b149348d8860ff109063fa13ac7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 19 May 2009 15:41:34 +0100 Subject: [PATCH] qemu xen upstream synch (Gerd): [PATCH 6/7] xenfb: kill unused variables [This is] a series of patches for qemu-xen, making the code identical to the xen support patches being submitted to upstream qemu. The review process on qemu-devel resulted in a number of fixes and cleanups in the backend code, this is where most of the changes come from. There are also some xenfb changes due to displaystate reorganization and xenfb being merged in steps due to that. Signed-off-by: Gerd Hoffmann --- hw/xenfb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xenfb.c b/hw/xenfb.c index d9e5c33db..97960ba0c 100644 --- a/hw/xenfb.c +++ b/hw/xenfb.c @@ -695,8 +695,6 @@ static void xenfb_update(void *opaque) { struct XenFB *xenfb = opaque; struct DisplayChangeListener *l; - int dw = ds_get_width(xenfb->c.ds); - int dh = ds_get_height(xenfb->c.ds); int i; if (xenfb->c.xendev.be_state != XenbusStateConnected) -- 2.39.5