makefs: remove unused cd9660_defaults_set global
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f7a6f6a2c0
commit
e651540a68
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user