diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-12 12:19:59 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-12 12:22:25 +0000 |
commit | 099e3dd9f129e05bff5512855ea89530a7999004 (patch) | |
tree | 5c0bbff503d3fc7b848a8289a117a78137b699a4 /tests | |
parent | 5cad29043fa53ab8f499db276fe1a9a89ab2b21b (diff) | |
download | libguestfs-099e3dd9f129e05bff5512855ea89530a7999004.tar.gz libguestfs-099e3dd9f129e05bff5512855ea89530a7999004.tar.xz libguestfs-099e3dd9f129e05bff5512855ea89530a7999004.zip |
tests: Remove unused variable.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/regressions/rhbz790721.c | 1 |
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; |