svn commit: r317614 - head/usr.sbin/makefs

Ed Maste emaste at FreeBSD.org
Mon May 1 00:53:09 UTC 2017


Author: emaste
Date: Mon May  1 00:53:07 2017
New Revision: 317614
URL: https://svnweb.freebsd.org/changeset/base/317614

Log:
  makefs: remove unused cd9660_defaults_set global
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/makefs/cd9660.c

Modified: head/usr.sbin/makefs/cd9660.c
==============================================================================
--- head/usr.sbin/makefs/cd9660.c	Mon May  1 00:42:31 2017	(r317613)
+++ head/usr.sbin/makefs/cd9660.c	Mon May  1 00:53:07 2017	(r317614)
@@ -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 *diskSt
 
 	strcpy(diskStructure->primaryDescriptor.system_id, "FreeBSD");
 
-	cd9660_defaults_set = 1;
-
 	/* Boot support: Initially disabled */
 	diskStructure->has_generic_bootimage = 0;
 	diskStructure->generic_bootimage = NULL;


More information about the svn-src-all mailing list