]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/9p-marshal.c
migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS
[mirror_qemu.git] / fsdev / 9p-marshal.c
index f56ef0e60c0f223b47d935bb4dfe0048df7158c6..a01bba6908a82076a77dd1401c0434ba8eb79de1 100644 (file)
@@ -15,7 +15,6 @@
 #include <glib/gprintf.h>
 #include <dirent.h>
 #include <utime.h>
-#include <sys/uio.h>
 
 #include "9p-marshal.h"
 
@@ -26,11 +25,6 @@ void v9fs_string_free(V9fsString *str)
     str->size = 0;
 }
 
-void v9fs_string_null(V9fsString *str)
-{
-    v9fs_string_free(str);
-}
-
 void GCC_FMT_ATTR(2, 3)
 v9fs_string_sprintf(V9fsString *str, const char *fmt, ...)
 {