vhost-user-test: remove useless static check
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Tested-by: Thibaut Collet <thibaut.collet@6wind.com>
This commit is contained in:
parent
cf72b57f89
commit
82755ff202
@ -186,7 +186,6 @@ static void read_guest_mem(void)
|
||||
munmap(guest_mem, memory.regions[i].memory_size);
|
||||
}
|
||||
|
||||
g_assert_cmpint(1, ==, 1);
|
||||
g_mutex_unlock(&data_mutex);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user