Re: [Qemu-devel] [PATCH] qcow2: Remove forward declaration of QCowAIOCB

2015-07-20 Thread Eric Blake
On 07/20/2015 05:55 AM, Kevin Wolf wrote: > 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 > --- > block/qcow2.h | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Eric Blake -- E

[Qemu-devel] [PATCH] qcow2: Remove forward declaration of QCowAIOCB

2015-07-20 Thread Kevin Wolf
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 --- block/qcow2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/block/qcow2.h b/block/qcow2.h index 72e1328..46e1e80 100644 --- a/block/qco