From 9fedfa49092c55628a96fd2783060d58ccec9db0 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 22 Nov 2017 13:56:22 +0000 Subject: spice: remove QXLWorker interface field This fields points to an old interface that is no more used in the current code. Signed-off-by: Frediano Ziglio Message-id: 20171122135625.16625-1-fziglio@redhat.com Signed-off-by: Gerd Hoffmann --- hw/display/qxl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/display/qxl.c') diff --git a/hw/display/qxl.c b/hw/display/qxl.c index 99365c3e8f..b9fa067f6e 100644 --- a/hw/display/qxl.c +++ b/hw/display/qxl.c @@ -518,7 +518,6 @@ static void interface_attach_worker(QXLInstance *sin, QXLWorker *qxl_worker) PCIQXLDevice *qxl = container_of(sin, PCIQXLDevice, ssd.qxl); trace_qxl_interface_attach_worker(qxl->id); - qxl->ssd.worker = qxl_worker; } static void interface_set_compression_level(QXLInstance *sin, int level) -- cgit v1.2.3-55-g7522