From 7512b13dd7f77c3e93a5b856eddf78378bddcc7f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 27 Sep 2016 10:32:47 +0200 Subject: [PATCH] xhci: drop unused comp_xfer field Signed-off-by: Gerd Hoffmann Message-id: 1474965172-30321-4-git-send-email-kraxel@redhat.com --- hw/usb/hcd-xhci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index d9ac1b4be3..3a035c8177 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-xhci.c @@ -386,7 +386,6 @@ struct XHCIEPContext { XHCIRing ring; unsigned int next_xfer; - unsigned int comp_xfer; XHCITransfer transfers[TD_QUEUE]; XHCITransfer *retry; EPType type;