summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/get-vm-name.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/get-vm-name.c')
-rw-r--r--qemu/stubs/get-vm-name.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu/stubs/get-vm-name.c b/qemu/stubs/get-vm-name.c
deleted file mode 100644
index fa990136b..000000000
--- a/qemu/stubs/get-vm-name.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-
-const char *qemu_get_vm_name(void)
-{
- return NULL;
-}
-