Commit 7159804d authored by Greg Kurz's avatar Greg Kurz
Browse files

fsdev: Drop unused extern declaration



This is a leftover of the handle backend, removed in QEMU 4.0.

Signed-off-by: default avatarGreg Kurz <groug@kaod.org>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
parent f2a930ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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