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