summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2015-07-10 22:19:23 +0200
committerKevin Wolf <kwolf@redhat.com>2015-10-16 15:34:30 +0200
commite394621fbda0d9f69df2c9eab73ad5a5189805bb (patch)
treec2cef62c8c91c6067f24c8a52e23d6f991cc113b /block
parentbb628e1af8b8b5ecf6420e50123cb696ee18b09f (diff)
downloadhqemu-e394621fbda0d9f69df2c9eab73ad5a5189805bb.zip
hqemu-e394621fbda0d9f69df2c9eab73ad5a5189805bb.tar.gz
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>
Diffstat (limited to 'block')
-rw-r--r--block/qcow2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/qcow2.h b/block/qcow2.h
index d700bf1..3512263 100644
--- a/block/qcow2.h
+++ b/block/qcow2.h
@@ -295,8 +295,6 @@ typedef struct BDRVQcow2State {
char *image_backing_format;
} BDRVQcow2State;
-struct QCowAIOCB;
-
typedef struct Qcow2COWRegion {
/**
* Offset of the COW region in bytes from the start of the first cluster
OpenPOWER on IntegriCloud