Remove never enabled support for "fastboot".

This has been ifdef notyet since the import of BSD 4.4 Lite Kernel
Sources in r1541.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2018-12-05 17:35:15 +00:00
parent 7a5db3a770
commit 68ea829fe7

View File

@ -769,12 +769,6 @@ start_init(void *dummy)
*flagp++ = 's';
options++;
}
#ifdef notyet
if (boothowto & RB_FASTBOOT) {
*flagp++ = 'f';
options++;
}
#endif
if (options == 0)
*flagp++ = '-';
*flagp++ = 0;