summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/gdbstub.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/gdbstub.c')
-rw-r--r--qemu/stubs/gdbstub.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu/stubs/gdbstub.c b/qemu/stubs/gdbstub.c
deleted file mode 100644
index 2b7aee50d..000000000
--- a/qemu/stubs/gdbstub.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "qemu/osdep.h"
-#include "exec/gdbstub.h" /* xml_builtin */
-
-const char *const xml_builtin[][2] = {
- { NULL, NULL }
-};