Re: [Qemu-devel] [PATCH] vhost: remove unnecessary code

2015-08-21 Thread Marc-André Lureau
Hi On Thu, Aug 20, 2015 at 6:28 AM, Yuanhan Liu wrote: > We won't reference var 'i' anymore; there is no need to assign a value > to it. > > cc: Michael S. Tsirkin > Signed-off-by: Yuanhan Liu > --- > hw/virtio/vhost.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/virtio/vhost.c b

[Qemu-devel] [PATCH] vhost: remove unnecessary code

2015-08-20 Thread Yuanhan Liu
We won't reference var 'i' anymore; there is no need to assign a value to it. cc: Michael S. Tsirkin Signed-off-by: Yuanhan Liu --- hw/virtio/vhost.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 2712c6f..86ea26f 100644 --- a/hw/virtio/vhost.c ++