]> git.proxmox.com Git - qemu.git/commitdiff
usb: drop unused USBNetState.inpkt field
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 29 Oct 2013 14:44:31 +0000 (15:44 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 13 Nov 2013 11:48:38 +0000 (15:48 +0400)
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/usb/dev-network.c

index 660d7743fef128cf71a8120e7c1da273d0b80dc3..4c532b7d6a89ff2d1627c80139ee322633c3aac6 100644 (file)
@@ -637,7 +637,6 @@ typedef struct USBNetState {
     unsigned int out_ptr;
     uint8_t out_buf[2048];
 
-    USBPacket *inpkt;
     unsigned int in_ptr, in_len;
     uint8_t in_buf[2048];