summary refs log tree commit diff stats
path: root/stubs/qtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/qtest.c')
-rw-r--r--stubs/qtest.c10
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;
-}