diff options
Diffstat (limited to 'block_int.h')
-rw-r--r-- | block_int.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/block_int.h b/block_int.h index 7f1a514063..e83fd2c077 100644 --- a/block_int.h +++ b/block_int.h @@ -104,9 +104,6 @@ struct BlockDriverState { BlockDriver *drv; /* NULL means no media */ void *opaque; - int boot_sector_enabled; - uint8_t boot_sector_data[512]; - char filename[1024]; char backing_file[1024]; /* if non zero, the image is a diff of this file image */ |