xhci: drop unused comp_xfer field
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 27 Sep 2016 08:32:47 +0000 (10:32 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 12 Oct 2016 10:37:31 +0000 (12:37 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1474965172-30321-4-git-send-email-kraxel@redhat.com

hw/usb/hcd-xhci.c

index d9ac1b4be3cf6a09d64abdcacb9bf232f5568da3..3a035c81770310d87dd695775f3e012ade95145f 100644 (file)
@@ -386,7 +386,6 @@ struct XHCIEPContext {
 
     XHCIRing ring;
     unsigned int next_xfer;
-    unsigned int comp_xfer;
     XHCITransfer transfers[TD_QUEUE];
     XHCITransfer *retry;
     EPType type;