]> git.proxmox.com Git - qemu.git/commit
petalogix_ml605_mmu: remove unused variable
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 19 Mar 2011 08:43:22 +0000 (08:43 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 19 Mar 2011 08:43:22 +0000 (08:43 +0000)
commitd81e54de5919f46d911e971804bb4b4d77a8a88a
tree2731b858934fb1f20546fb553beba2a4c5aa72ac
parent44bc10d5bcb1957f76925b849488288f74f623b7
petalogix_ml605_mmu: remove unused variable

Remove a write-only variable, spotted by GCC 4.6.0:
/src/qemu/hw/petalogix_ml605_mmu.c: In function 'petalogix_ml605_init':
/src/qemu/hw/petalogix_ml605_mmu.c:153:11: error: variable 'serial' set but not used [-Werror=unused-but-set-variable]

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/petalogix_ml605_mmu.c