From: Gerd Hoffmann Date: Tue, 27 Sep 2016 08:32:47 +0000 (+0200) Subject: xhci: drop unused comp_xfer field X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7512b13dd7f77c3e93a5b856eddf78378bddcc7f;p=qemu.git xhci: drop unused comp_xfer field Signed-off-by: Gerd Hoffmann Message-id: 1474965172-30321-4-git-send-email-kraxel@redhat.com --- 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;