Removed unused variable

This commit is contained in:
shermp
2018-11-26 18:06:02 +13:00
parent 6d68912678
commit 2dad9a3074

View File

@@ -184,7 +184,6 @@ void vhd_create_file(FILE *f, VHDMeta *vhdm, int cyl, int heads, int spt, VHDTyp
if (type == VHD_DYNAMIC)
{
size_t s;
uint8_t zero_byte = 0U;
uint8_t max_byte = 255U;
fseeko64(f, 0, SEEK_SET);
fwrite(&vhdm->raw_footer, VHD_FOOTER_SZ, 1, f);