From: Kevin Wolf Date: Fri, 10 Jul 2015 20:19:23 +0000 (+0200) Subject: qcow2: Remove forward declaration of QCowAIOCB X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e394621fbda0d9f69df2c9eab73ad5a5189805bb;p=qemu.git 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 Reviewed-by: Eric Blake --- diff --git a/block/qcow2.h b/block/qcow2.h index d700bf1b62..351226302f 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