diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-08 17:53:21 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-04-18 11:17:27 +0200 |
commit | d4d0ebb7da0489a2fff8c7150a38fa897ca3eea5 (patch) | |
tree | 3983d238590be3f61b244fa7649116a0eb82c17b /stubs/qtest.c | |
parent | 68621262bd4317dfcdd511d8005b8558c3ddc353 (diff) |
stubs: remove obsolete stubs
These file define functions are are not called from common code
anymore. Delete those functions and, if applicable, the entire files.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240408155330.522792-10-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/qtest.c')
-rw-r--r-- | stubs/qtest.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stubs/qtest.c b/stubs/qtest.c index 4666a49d7d..39e376eb67 100644 --- a/stubs/qtest.c +++ b/stubs/qtest.c @@ -13,13 +13,3 @@ /* Needed for qtest_allowed() */ bool qtest_allowed; - -bool qtest_driver(void) -{ - return false; -} - -int64_t qtest_get_virtual_clock(void) -{ - return 0; -} |