summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/uuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/uuid.c')
-rw-r--r--qemu/stubs/uuid.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/qemu/stubs/uuid.c b/qemu/stubs/uuid.c
deleted file mode 100644
index 92ad71783..000000000
--- a/qemu/stubs/uuid.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-#include "sysemu/sysemu.h"
-#include "qmp-commands.h"
-
-UuidInfo *qmp_query_uuid(Error **errp)
-{
- UuidInfo *info = g_malloc0(sizeof(*info));
-
- info->UUID = g_strdup(UUID_NONE);
- return info;
-}
-