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:
parent
7a5db3a770
commit
68ea829fe7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user