summary refs log tree commit diff stats
path: root/stubs/yank.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/yank.c')
-rw-r--r--stubs/yank.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/stubs/yank.c b/stubs/yank.c
deleted file mode 100644
index 6090416065..0000000000
--- a/stubs/yank.c
+++ /dev/null
@@ -1,29 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu/yank.h"
-
-bool yank_register_instance(const YankInstance *instance, Error **errp)
-{
-    return true;
-}
-
-void yank_unregister_instance(const YankInstance *instance)
-{
-}
-
-void yank_register_function(const YankInstance *instance,
-                            YankFn *func,
-                            void *opaque)
-{
-}
-
-void yank_unregister_function(const YankInstance *instance,
-                              YankFn *func,
-                              void *opaque)
-{
-}
-
-void yank_generic_iochannel(void *opaque)
-{
-}
-
-