diff options
Diffstat (limited to 'hw/virtio/vhost-user-vsock.c')
-rw-r--r-- | hw/virtio/vhost-user-vsock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio/vhost-user-vsock.c b/hw/virtio/vhost-user-vsock.c index 2932730..d21cd4b 100644 --- a/hw/virtio/vhost-user-vsock.c +++ b/hw/virtio/vhost-user-vsock.c @@ -128,7 +128,6 @@ err_vhost_dev: err_virtio: vhost_vsock_common_unrealize(vdev); vhost_user_cleanup(&vsock->vhost_user); - return; } static void vuv_device_unrealize(DeviceState *dev) |