Date: Mon, 23 May 2016 05:30:25 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r300466 - stable/9/sys/boot/i386/zfsboot Message-ID: <201605230530.u4N5UP8v088316@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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];
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605230530.u4N5UP8v088316>