mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06: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:
parent
cf72b57f89
commit
82755ff202
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue