summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/qtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/qtest.c')
-rw-r--r--qemu/stubs/qtest.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/qemu/stubs/qtest.c b/qemu/stubs/qtest.c
deleted file mode 100644
index 891eb954f..000000000
--- a/qemu/stubs/qtest.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * qtest stubs
- *
- * Copyright (c) 2014 Linaro Limited
- * Written by Peter Maydell
- *
- * This work is licensed under the terms of the GNU GPL, version 2 or later.
- * See the COPYING file in the top-level directory.
- */
-
-#include "qemu/osdep.h"
-#include "sysemu/qtest.h"
-
-/* Needed for qtest_allowed() */
-bool qtest_allowed;
-
-bool qtest_driver(void)
-{
- return false;
-}