diff options
Diffstat (limited to 'usr/src/boot/sys/boot/i386/loader/conf.c')
-rw-r--r-- | usr/src/boot/sys/boot/i386/loader/conf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/boot/sys/boot/i386/loader/conf.c b/usr/src/boot/sys/boot/i386/loader/conf.c index 25ce1a8806..d8025b3ef8 100644 --- a/usr/src/boot/sys/boot/i386/loader/conf.c +++ b/usr/src/boot/sys/boot/i386/loader/conf.c @@ -72,9 +72,6 @@ struct fs_ops *file_system[] = { &ext2fs_fsops, #endif &cd9660_fsops, -#if defined(LOADER_NANDFS_SUPPORT) - &nandfs_fsops, -#endif &tftp_fsops, &nfs_fsops, #ifdef LOADER_BZIP2_SUPPORT |