aboutsummaryrefslogtreecommitdiff
path: root/buffered_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffered_file.h')
-rw-r--r--buffered_file.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/buffered_file.h b/buffered_file.h
deleted file mode 100644
index d278f3d951..0000000000
--- a/buffered_file.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * QEMU buffered QEMUFile
- *
- * Copyright IBM, Corp. 2008
- *
- * Authors:
- * Anthony Liguori <aliguori@us.ibm.com>
- *
- * This work is licensed under the terms of the GNU GPL, version 2. See
- * the COPYING file in the top-level directory.
- *
- */
-
-#ifndef QEMU_BUFFERED_FILE_H
-#define QEMU_BUFFERED_FILE_H
-
-#include "hw/hw.h"
-#include "migration/migration.h"
-
-void qemu_fopen_ops_buffered(MigrationState *migration_state);
-
-#endif