mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
ahci: Remove unused struct member
Member variable is_read is written, but never read (contrary to its name). Remove it. Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
05140499d3
commit
847f171e6a
2 changed files with 0 additions and 3 deletions
|
@ -259,7 +259,6 @@ typedef struct NCQTransferState {
|
|||
BlockDriverAIOCB *aiocb;
|
||||
QEMUSGList sglist;
|
||||
BlockAcctCookie acct;
|
||||
int is_read;
|
||||
uint16_t sector_count;
|
||||
uint64_t lba;
|
||||
uint8_t tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue