diff options
| author | Greg Kurz <groug@kaod.org> | 2019-05-17 17:34:48 +0200 |
|---|---|---|
| committer | Greg Kurz <groug@kaod.org> | 2019-05-17 17:34:48 +0200 |
| commit | 778f0fad5f93224b8657831cf82fa3bb644f21e7 (patch) | |
| tree | 9017c6f93b00aa842c33ae96737472edfecf77ec | |
| parent | 7159804d0be470da876ed856ee81d2dfeefedd97 (diff) | |
| download | focaccia-qemu-778f0fad5f93224b8657831cf82fa3bb644f21e7.tar.gz focaccia-qemu-778f0fad5f93224b8657831cf82fa3bb644f21e7.zip | |
fsdev: Drop unused opaque field
This was introduced along with -fsdev but it never got used. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Thomas Huth <thuth@redhat.com>
| -rw-r--r-- | fsdev/file-op-9p.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |