From: Marc-André Lureau Date: Fri, 9 Oct 2015 15:17:36 +0000 (+0200) Subject: vhost-user-test: remove useless static check X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=82755ff202e96ad9bc74c1268481f96e50907ae1;p=qemu.git vhost-user-test: remove useless static check Signed-off-by: Marc-André Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin Tested-by: Thibaut Collet --- diff --git a/tests/vhost-user-test.c b/tests/vhost-user-test.c index 827c0c4a97..4be55835ad 100644 --- a/tests/vhost-user-test.c +++ b/tests/vhost-user-test.c @@ -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); }