projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb628e1
)
qcow2: Remove forward declaration of QCowAIOCB
author
Kevin Wolf
<kwolf@redhat.com>
Fri, 10 Jul 2015 20:19:23 +0000
(22:19 +0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Fri, 16 Oct 2015 13:34:30 +0000
(15:34 +0200)
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>
block/qcow2.h
patch
|
blob
|
history
diff --git
a/block/qcow2.h
b/block/qcow2.h
index d700bf1b629c350a3b6005afa7ba1f485a881402..351226302f77b59baf5b2745648578e098110561 100644
(file)
--- 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