Skip to content

Commit

Permalink
vhost: remove the dead code
Browse files Browse the repository at this point in the history
remove the dead code

Signed-off-by: Jie Wang <wangjie88@huawei.com>
Message-Id: <1556604614-32081-1-git-send-email-wangjie88@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
  • Loading branch information
Pluto-Wangjie authored and mstsirkin committed May 29, 2019
1 parent 3fdbd1d commit c39eb88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/virtio/vhost.c
Expand Up @@ -1650,7 +1650,6 @@ int vhost_dev_start(struct vhost_dev *hdev, VirtIODevice *vdev)
hdev->vqs + i,
hdev->vq_index + i);
}
i = hdev->nvqs;

fail_mem:
fail_features:
Expand Down

0 comments on commit c39eb88

Please sign in to comment.