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]; _______________________________________________ svn-src-stable-9@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"