Qemu build is failing due to an unused variable. Removing it to fix the build break.
Signed-off-by: Anushree Mathur <anushree.mat...@linux.vnet.ibm.com> --- ui/gtk-egl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/gtk-egl.c b/ui/gtk-egl.c index 0473f689c9..3177992b91 100644 --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -70,7 +70,6 @@ void gd_egl_draw(VirtualConsole *vc) QemuDmaBuf *dmabuf = vc->gfx.guest_fb.dmabuf; #endif int ww, wh, ws; - int fence_fd; if (!vc->gfx.gls) { return; -- 2.45.0