Explorar o código

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>
Greg Kurz %!s(int64=6) %!d(string=hai) anos
pai
achega
7159804d0b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      fsdev/qemu-fsdev.h

+ 0 - 1
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