summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/regressions/rhbz790721.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressions/rhbz790721.c b/tests/regressions/rhbz790721.c
index b30e3db2..7fdfcb82 100644
--- a/tests/regressions/rhbz790721.c
+++ b/tests/regressions/rhbz790721.c
@@ -94,7 +94,6 @@ main (int argc, char *argv[])
static void *
start_thread (void *vi)
{
- int thread_num = *(int *)vi;
guestfs_h *g;
int r;
guestfs_error_handler_cb old_error_cb;