mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00:00
qcow2: Remove forward declaration of QCowAIOCB
This struct doesn't exist any more since commit 3fc48d09
in August 2011,
it's about time to remove its forward declaration.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
bb628e1af8
commit
e394621fbd
@ -295,8 +295,6 @@ typedef struct BDRVQcow2State {
|
|||||||
char *image_backing_format;
|
char *image_backing_format;
|
||||||
} BDRVQcow2State;
|
} BDRVQcow2State;
|
||||||
|
|
||||||
struct QCowAIOCB;
|
|
||||||
|
|
||||||
typedef struct Qcow2COWRegion {
|
typedef struct Qcow2COWRegion {
|
||||||
/**
|
/**
|
||||||
* Offset of the COW region in bytes from the start of the first cluster
|
* Offset of the COW region in bytes from the start of the first cluster
|
||||||
|
Loading…
Reference in New Issue
Block a user