2010-02-24 Joey Korkames <joey+lists@kidfixit.com>

* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Remove
	duplicate declaration of `start'.
This commit is contained in:
Colin Watson 2010-02-24 10:02:16 +00:00
parent 618307dd08
commit 2b8fa975d4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-02-24 Joey Korkames <joey+lists@kidfixit.com>
* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Remove
duplicate declaration of `start'.
2010-02-20 Vladimir Serbinenko <phcoder@gmail.com>
* fs/iso9660.c (grub_iso9660_iterate_dir): Strip version from joliet

View File

@ -257,7 +257,6 @@ grub_ofconsole_readkey (int *key)
break;
case '3':
{
grub_uint64_t start;
grub_ieee1275_read (stdin_ihandle, &c, 1, &actual);
/* On 9600 we have to wait up to 12 milliseconds. */
start = grub_get_time_ms ();