Skip to content

Commit

Permalink
vhost-user-test: remove useless static check
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
elmarco authored and mstsirkin committed Oct 22, 2015
1 parent cf72b57 commit 82755ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/vhost-user-test.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit 82755ff

Please sign in to comment.