qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 2/6] fsdev: Drop unused opaque field


From: Greg Kurz
Subject: [Qemu-devel] [PULL 2/6] fsdev: Drop unused opaque field
Date: Fri, 17 May 2019 20:32:36 +0200

This was introduced along with -fsdev but it never got used.

Signed-off-by: Greg Kurz <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
---
 fsdev/file-op-9p.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fsdev/file-op-9p.h b/fsdev/file-op-9p.h
index 3fa062b39f1b..c757c8099f54 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
-- 
2.17.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]