virtio: net: remove dead assignment
commit22c253d9d659af76279c9d96acbbf105ea120753
authorAmit Shah <amit.shah@redhat.com>
Wed, 13 Jan 2010 10:54:43 +0000 (13 16:24 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 13 Jan 2010 23:14:15 +0000 (13 17:14 -0600)
treef1dfd40034d8bd7301092d0479fa68686dc7dde0
parent5cdc9b76e34d06857ee8d03ea70e8793b8af06e1
virtio: net: remove dead assignment

clang-analyzer points out value assigned to 'len' is not used.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-net.c