]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: fix dead assignment spotted by clang
authorBlue Swirl <blauwirbel@gmail.com>
Tue, 12 Jan 2010 20:27:43 +0000 (20:27 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 12 Jan 2010 20:27:43 +0000 (20:27 +0000)
commit23842aabe63bab798fecaff968153edde898b970
tree6ed8f291959eadca37b1ebe96f544ec32bdd6226
parent3eb26cc2167e771c49f7a20f70d07d61d327c1ef
monitor: fix dead assignment spotted by clang

Value stored to 'nb_per_line' is never read.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
monitor.c