diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-09-27 10:32:47 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-10-12 12:37:31 +0200 |
commit | 7512b13dd7f77c3e93a5b856eddf78378bddcc7f (patch) | |
tree | 21f1eaae4adc4a4e77625ad1b560a21fcd9c5bdf /hw/usb | |
parent | 1fe163feeb31cbd20e2ace071f34141892c8e06b (diff) |
xhci: drop unused comp_xfer field
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1474965172-30321-4-git-send-email-kraxel@redhat.com
Diffstat (limited to 'hw/usb')
-rw-r--r-- | hw/usb/hcd-xhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |