]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/gdb/i386/idt.c (grub_gdb_breakpoint): Remove old debug code.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 11:27:00 +0000 (12:27 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 11:27:00 +0000 (12:27 +0100)
ChangeLog
grub-core/gdb/i386/idt.c

index 66c80e6c75fc29ec90704b0ffcf60607edd516d8..d4b56d94f122a4a87f01966a1464976079725cf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/gdb/i386/idt.c (grub_gdb_breakpoint): Remove old debug code.
+
 2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/hashsum.c (grub_cmd_hashsum): Remove dot at the end
index abdc2cebffbee9f66687162e8f018467218d08a4..69bfcb089c42cb186306fdd31e7a175e1290678e 100644 (file)
@@ -74,7 +74,5 @@ grub_gdb_idtrestore (void)
 void
 grub_gdb_breakpoint (void)
 {
-  int x = 1, y = 0;
-  (void) (x / y);
   asm volatile ("int $3");
 }