From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkIZn-00061n-9J for qemu-devel@nongnu.org; Thu, 08 Oct 2015 17:18:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkIZm-0007Pa-Dk for qemu-devel@nongnu.org; Thu, 08 Oct 2015 17:18:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkIZm-0007PO-9G for qemu-devel@nongnu.org; Thu, 08 Oct 2015 17:18:10 -0400 Date: Fri, 9 Oct 2015 00:18:04 +0300 From: "Michael S. Tsirkin" Message-ID: <1444338957-15293-21-git-send-email-mst@redhat.com> References: <1444338957-15293-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1444338957-15293-1-git-send-email-mst@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 20/25] vhost-user-test: remove useless static check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Marcel Apfelbaum , Peter Maydell , Yuanhan Liu , =?us-ascii?B?PT9VVEYtOD9xP01hcmMtQW5kcj1DMz1BOT0yMEx1cmVhdT89?= From: Marc-Andr=E9 Lureau Signed-off-by: Marc-Andr=E9 Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- 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 827c0c4..4be5583 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); } =20 - g_assert_cmpint(1, =3D=3D, 1); g_mutex_unlock(&data_mutex); } =20 --=20 MST