svn commit: r299659 - head/sys/boot/i386/zfsboot

Garrett Cooper ngie at FreeBSD.org
Fri May 13 11:18:30 UTC 2016


Author: ngie
Date: Fri May 13 11:18:29 2016
New Revision: 299659
URL: https://svnweb.freebsd.org/changeset/base/299659

Log:
  Remove unused const variable
  
  MFC after: 1 week
  Reported by: clang
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/sys/boot/i386/zfsboot/zfsboot.c

Modified: head/sys/boot/i386/zfsboot/zfsboot.c
==============================================================================
--- head/sys/boot/i386/zfsboot/zfsboot.c	Fri May 13 11:18:27 2016	(r299658)
+++ head/sys/boot/i386/zfsboot/zfsboot.c	Fri May 13 11:18:29 2016	(r299659)
@@ -85,7 +85,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-head mailing list