summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/blk-commit-all.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/blk-commit-all.c')
-rw-r--r--qemu/stubs/blk-commit-all.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu/stubs/blk-commit-all.c b/qemu/stubs/blk-commit-all.c
deleted file mode 100644
index c82fb7f5f..000000000
--- a/qemu/stubs/blk-commit-all.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-#include "sysemu/block-backend.h"
-
-int blk_commit_all(void)
-{
- return 0;
-}