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>
This commit is contained in:
Max Reitz 2020-05-13 13:05:42 +02:00 committed by Kevin Wolf
parent 9aab945e9c
commit f6de853fa3
3 changed files with 5 additions and 43 deletions

View file

@ -741,7 +741,6 @@ struct BdrvChildClass {
};
extern const BdrvChildClass child_of_bds;
extern const BdrvChildClass child_file;
struct BdrvChild {
BlockDriverState *bs;