]> git.proxmox.com Git - mirror_qemu.git/commit
ahci: Remove unused struct member
authorStefan Weil <weil@mail.berlios.de>
Thu, 8 Sep 2011 19:44:15 +0000 (21:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 12 Sep 2011 13:17:22 +0000 (15:17 +0200)
commit847f171e6ac0c1a9b24e695e3496b140ec265b2c
treed083206d781106edf1e2bfb5cdfaedc872e36697
parent05140499d38154df942048109ad78421ae3fd43a
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>
hw/ide/ahci.c
hw/ide/ahci.h