projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a930a
)
fsdev: Drop unused extern declaration
author
Greg Kurz
<groug@kaod.org>
Fri, 17 May 2019 15:34:48 +0000
(17:34 +0200)
committer
Greg Kurz
<groug@kaod.org>
Fri, 17 May 2019 15:34:48 +0000
(17:34 +0200)
This is a leftover of the handle backend, removed in QEMU 4.0.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
fsdev/qemu-fsdev.h
patch
|
blob
|
history
diff --git
a/fsdev/qemu-fsdev.h
b/fsdev/qemu-fsdev.h
index d9716b4144927cce095965a315f86e28c713a0ba..844159d1e1ff40c5ce3bb1ffab688c458dc17fed 100644
(file)
--- a/
fsdev/qemu-fsdev.h
+++ b/
fsdev/qemu-fsdev.h
@@
-41,7
+41,6
@@
typedef struct FsDriverListEntry {
int qemu_fsdev_add(QemuOpts *opts, Error **errp);
FsDriverEntry *get_fsdev_fsentry(char *id);
extern FileOperations local_ops;
-extern FileOperations handle_ops;
extern FileOperations synth_ops;
extern FileOperations proxy_ops;
#endif