From: Greg Kurz Date: Fri, 17 May 2019 15:34:48 +0000 (+0200) Subject: fsdev: Drop unused opaque field X-Git-Tag: v4.1.0~162^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=778f0fad5f93224b8657831cf82fa3bb644f21e7;p=mirror_qemu.git fsdev: Drop unused opaque field This was introduced along with -fsdev but it never got used. Signed-off-by: Greg Kurz Reviewed-by: Thomas Huth --- diff --git a/fsdev/file-op-9p.h b/fsdev/file-op-9p.h index 3fa062b39f..c757c8099f 100644 --- a/fsdev/file-op-9p.h +++ b/fsdev/file-op-9p.h @@ -147,7 +147,6 @@ struct FileOperations int (*renameat)(FsContext *ctx, V9fsPath *olddir, const char *old_name, V9fsPath *newdir, const char *new_name); int (*unlinkat)(FsContext *ctx, V9fsPath *dir, const char *name, int flags); - void *opaque; }; #endif