]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl.c: Remove dead assignment
authorAmit Shah <amit.shah@redhat.com>
Wed, 13 Jan 2010 10:54:42 +0000 (16:24 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 13 Jan 2010 23:14:15 +0000 (17:14 -0600)
commit5cdc9b76e34d06857ee8d03ea70e8793b8af06e1
tree1303dfbf69ca330e93301a6728d0419fe738a7d5
parent347ed55cd109864b02dd29bb7e6cda1622e8019e
vl.c: Remove dead assignment

clang-analyzer pointed out the value of 'sockets' is never reused.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
CC: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c