]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-02-24 Joey Korkames <joey+lists@kidfixit.com>
authorColin Watson <cjwatson@ubuntu.com>
Wed, 24 Feb 2010 10:02:16 +0000 (10:02 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 24 Feb 2010 10:02:16 +0000 (10:02 +0000)
* term/ieee1275/ofconsole.c (grub_ofconsole_readkey): Remove
duplicate declaration of `start'.

ChangeLog
term/ieee1275/ofconsole.c

index 509870f954f6ffce86e08e5a19466c4d25690873..fb5c42dce56cdf5b6719fa8101a24dc55f0f1e3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a4ffdcd23e099f82f589d992e6a9af630b474c13..c0f895a15d130dfde3e9061f93e4fa0bea312040 100644 (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 ();