Author: ngie
Date: Mon May 23 05:28:02 2016
New Revision: 300464
URL: https://svnweb.freebsd.org/changeset/base/300464

Log:
  MFC r299659:
  
  Remove unused const variable

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

Modified: stable/10/sys/boot/i386/zfsboot/zfsboot.c
==============================================================================
--- stable/10/sys/boot/i386/zfsboot/zfsboot.c   Mon May 23 05:27:31 2016        
(r300463)
+++ stable/10/sys/boot/i386/zfsboot/zfsboot.c   Mon May 23 05:28:02 2016        
(r300464)
@@ -83,7 +83,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];
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to