From 2dad9a3074ffef8c27a8e54438aef2efe7046de3 Mon Sep 17 00:00:00 2001 From: shermp <14854761+shermp@users.noreply.github.com> Date: Mon, 26 Nov 2018 18:06:02 +1300 Subject: [PATCH] Removed unused variable --- minivhd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/minivhd.c b/minivhd.c index e414160..f444a38 100644 --- a/minivhd.c +++ b/minivhd.c @@ -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);