diff options
Diffstat (limited to 'qemu/stubs/get-fd.c')
-rw-r--r-- | qemu/stubs/get-fd.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/qemu/stubs/get-fd.c b/qemu/stubs/get-fd.c deleted file mode 100644 index 7dfdfb55f..000000000 --- a/qemu/stubs/get-fd.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "qemu/osdep.h" -#include "qapi/error.h" -#include "qemu-common.h" -#include "monitor/monitor.h" - -int monitor_get_fd(Monitor *mon, const char *name, Error **errp) -{ - error_setg(errp, "only QEMU supports file descriptor passing"); - return -1; -} |