mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Michael S. Tsirkin
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user