makefs: remove unused cd9660_defaults_set global

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-05-01 00:53:07 +00:00
parent f7a6f6a2c0
commit e651540a68

View File

@ -186,8 +186,6 @@ cd9660_allocate_cd9660node(void)
return temp;
}
int cd9660_defaults_set = 0;
/**
* Set default values for cd9660 extension to makefs
*/
@ -234,8 +232,6 @@ cd9660_set_defaults(iso9660_disk *diskStructure)
strcpy(diskStructure->primaryDescriptor.system_id, "FreeBSD");
cd9660_defaults_set = 1;
/* Boot support: Initially disabled */
diskStructure->has_generic_bootimage = 0;
diskStructure->generic_bootimage = NULL;