From 82755ff202e96ad9bc74c1268481f96e50907ae1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 9 Oct 2015 17:17:36 +0200 Subject: [PATCH] vhost-user-test: remove useless static check MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin Tested-by: Thibaut Collet --- tests/vhost-user-test.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.11.4.GIT