From: Marc-André Lureau Date: Fri, 9 Oct 2015 15:17:36 +0000 (+0200) Subject: vhost-user-test: remove useless static check X-Git-Tag: v2.5.0-rc0~57^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82755ff202e96ad9bc74c1268481f96e50907ae1;p=thirdparty%2Fqemu.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 827c0c4a976..4be55835ad2 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); }