diff options
Diffstat (limited to 'block/qcow.c')
-rw-r--r-- | block/qcow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/qcow.c b/block/qcow.c index 9cd547dc02..f67d3d39f2 100644 --- a/block/qcow.c +++ b/block/qcow.c @@ -54,7 +54,6 @@ typedef struct QCowHeader { #define L2_CACHE_SIZE 16 typedef struct BDRVQcowState { - BlockDriverState *hd; int cluster_bits; int cluster_size; int cluster_sectors; |