Index: trunk/i386/boot2/options.c =================================================================== --- trunk/i386/boot2/options.c (revision 394) +++ trunk/i386/boot2/options.c (revision 395) @@ -735,7 +735,6 @@ // Checking user pressed keys bool f8press = false, spress = false, vpress = false; - int key; while (readKeyboardStatus()) { key = bgetc (); if (key == 0x4200) f8press = true;