svn commit: r300466 - stable/9/sys/boot/i386/zfsboot

Garrett Cooper ngie at FreeBSD.org
Mon May 23 05:30:26 UTC 2016


Author: ngie
Date: Mon May 23 05:30:24 2016
New Revision: 300466
URL: https://svnweb.freebsd.org/changeset/base/300466

Log:
  MFstable/10 r300464:
  
  MFC r299659:
  
  Remove unused const variable

Modified:
  stable/9/sys/boot/i386/zfsboot/zfsboot.c
Directory Properties:
  stable/9/   (props changed)
  stable/9/sys/   (props changed)
  stable/9/sys/boot/   (props changed)

Modified: stable/9/sys/boot/i386/zfsboot/zfsboot.c
==============================================================================
--- stable/9/sys/boot/i386/zfsboot/zfsboot.c	Mon May 23 05:28:03 2016	(r300465)
+++ stable/9/sys/boot/i386/zfsboot/zfsboot.c	Mon May 23 05:30:24 2016	(r300466)
@@ -87,7 +87,6 @@ static const unsigned char flags[NOPT] =
 };
 uint32_t opts;
 
-static const char *const dev_nm[NDEV] = {"ad", "da", "fd"};
 static const unsigned char dev_maj[NDEV] = {30, 4, 2};
 
 static char cmd[512];


More information about the svn-src-stable-9 mailing list