summaryrefslogtreecommitdiffstats
path: root/include/block
diff options
context:
space:
mode:
authorMax Reitz2020-05-13 13:05:42 +0200
committerKevin Wolf2020-05-18 19:05:25 +0200
commitf6de853fa3d76b4b92032dc6cdc06bedacbf9466 (patch)
treed0f402fade27d72ae1aee895c10abc9d8fe90997 /include/block
parentblock: Drop bdrv_format_default_perms() (diff)
downloadqemu-f6de853fa3d76b4b92032dc6cdc06bedacbf9466.tar.gz
qemu-f6de853fa3d76b4b92032dc6cdc06bedacbf9466.tar.xz
qemu-f6de853fa3d76b4b92032dc6cdc06bedacbf9466.zip
block: Drop child_file
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200513110544.176672-33-mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r--include/block/block_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/block/block_int.h b/include/block/block_int.h
index e791c40496..7fbe3206b4 100644
--- a/include/block/block_int.h
+++ b/include/block/block_int.h
@@ -741,7 +741,6 @@ struct BdrvChildClass {
};
extern const BdrvChildClass child_of_bds;
-extern const BdrvChildClass child_file;
struct BdrvChild {
BlockDriverState *bs;