diff options
author | Thomas Huth <thuth@redhat.com> | 2019-08-20 21:23:56 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-09-05 13:18:52 +0200 |
commit | 731a29fabacb6a8bcbd5ae7ded1df467fdcf15a7 (patch) | |
tree | 311cca545f78533e44e3ff4d1af01db4a4387fd7 /tests/rtas-test.c | |
parent | b57ebd57b43db5456b850a81a2ef46b03b8716ca (diff) | |
download | qemu-731a29fabacb6a8bcbd5ae7ded1df467fdcf15a7.zip qemu-731a29fabacb6a8bcbd5ae7ded1df467fdcf15a7.tar.gz qemu-731a29fabacb6a8bcbd5ae7ded1df467fdcf15a7.tar.bz2 |
tests: Remove unnecessary global_qtest references
We are going to remove global_qtest from the main libqtest library
soon, so tests that do not urgently need global_qtest anymore
should be cleaned from the unnecessary references.
Message-Id: <20190904130047.25808-5-thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/rtas-test.c')
-rw-r--r-- | tests/rtas-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rtas-test.c b/tests/rtas-test.c index ee88867..167b42d 100644 --- a/tests/rtas-test.c +++ b/tests/rtas-test.c @@ -14,7 +14,6 @@ static void test_rtas_get_time_of_day(void) time_t t1, t2; qs = qtest_spapr_boot("-machine pseries"); - global_qtest = qs->qts; t1 = time(NULL); ret = qrtas_get_time_of_day(qs->qts, &qs->alloc, &tm, &ns); |