]> Git Repo - qemu.git/blobdiff - util/yank.c
linux-user: Set ELF_BASE_PLATFORM for MIPS
[qemu.git] / util / yank.c
index fc08f65209a3c7ef7eecc7406d1e9c47eaf81e47..abf47c346d14a1225f93ae5b941db9abf05a9d22 100644 (file)
@@ -15,7 +15,6 @@
 #include "qapi/qapi-commands-yank.h"
 #include "qapi/qapi-visit-yank.h"
 #include "qapi/clone-visitor.h"
-#include "io/channel.h"
 #include "qemu/yank.h"
 
 struct YankFuncAndParam {
@@ -151,13 +150,6 @@ void yank_unregister_function(const YankInstance *instance,
     abort();
 }
 
-void yank_generic_iochannel(void *opaque)
-{
-    QIOChannel *ioc = QIO_CHANNEL(opaque);
-
-    qio_channel_shutdown(ioc, QIO_CHANNEL_SHUTDOWN_BOTH, NULL);
-}
-
 void qmp_yank(YankInstanceList *instances,
               Error **errp)
 {
This page took 0.023912 seconds and 4 git commands to generate.