mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
fsdev: Drop unused extern declaration
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>
This commit is contained in:
@ -41,7 +41,6 @@ typedef struct FsDriverListEntry {
|
|||||||
int qemu_fsdev_add(QemuOpts *opts, Error **errp);
|
int qemu_fsdev_add(QemuOpts *opts, Error **errp);
|
||||||
FsDriverEntry *get_fsdev_fsentry(char *id);
|
FsDriverEntry *get_fsdev_fsentry(char *id);
|
||||||
extern FileOperations local_ops;
|
extern FileOperations local_ops;
|
||||||
extern FileOperations handle_ops;
|
|
||||||
extern FileOperations synth_ops;
|
extern FileOperations synth_ops;
|
||||||
extern FileOperations proxy_ops;
|
extern FileOperations proxy_ops;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user