]> xenbits.xensource.com Git - qemu-xen.git/commit
hw/i386/pc_piix: Remove redundant "piix3" variable
authorBernhard Beschow <shentey@gmail.com>
Sat, 7 Oct 2023 12:38:14 +0000 (14:38 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 22 Oct 2023 09:18:16 +0000 (05:18 -0400)
commitb9a8b8d29f438b6a695b12bd2d3e0567cbae5dc7
tree4a7488808001186bd08c019d1249e6eaeffb5fba
parent001cb25f3fb84768db4c1fb0ffd77779e0676745
hw/i386/pc_piix: Remove redundant "piix3" variable

The variable is never used by its declared type. Eliminate it.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20231007123843.127151-7-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c