diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2016-05-23 05:28:02 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2016-05-23 05:28:02 +0000 |
| commit | 3334874bd4a25be1cb246cdfcafd116abbf77fe1 (patch) | |
| tree | bf78c2bdbef695afefacaa2b45de975f74a73d6b /sys/boot | |
| parent | 161df3f73656d803462d6b5f1374193b5e1d1cc8 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/zfsboot/zfsboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/i386/zfsboot/zfsboot.c b/sys/boot/i386/zfsboot/zfsboot.c index 6fbbc6f38174..533ad3fd2e50 100644 --- a/sys/boot/i386/zfsboot/zfsboot.c +++ b/sys/boot/i386/zfsboot/zfsboot.c @@ -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]; |
