mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 20:08:58 +00:00
usb: drop unused USBNetState.inpkt field
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>
This commit is contained in:
parent
4c6968c7a0
commit
d9570cadd5
@ -637,7 +637,6 @@ typedef struct USBNetState {
|
|||||||
unsigned int out_ptr;
|
unsigned int out_ptr;
|
||||||
uint8_t out_buf[2048];
|
uint8_t out_buf[2048];
|
||||||
|
|
||||||
USBPacket *inpkt;
|
|
||||||
unsigned int in_ptr, in_len;
|
unsigned int in_ptr, in_len;
|
||||||
uint8_t in_buf[2048];
|
uint8_t in_buf[2048];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user