summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/iothread-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/iothread-lock.c')
-rw-r--r--qemu/stubs/iothread-lock.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/qemu/stubs/iothread-lock.c b/qemu/stubs/iothread-lock.c
deleted file mode 100644
index 9b6db2e74..000000000
--- a/qemu/stubs/iothread-lock.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-#include "qemu/main-loop.h"
-
-bool qemu_mutex_iothread_locked(void)
-{
- return true;
-}
-
-void qemu_mutex_lock_iothread(void)
-{
-}
-
-void qemu_mutex_unlock_iothread(void)
-{
-}