diff --git a/ChangeLog b/ChangeLog index 66c80e6c7..d4b56d94f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-10 Vladimir Serbinenko + + * grub-core/gdb/i386/idt.c (grub_gdb_breakpoint): Remove old debug code. + 2012-03-10 Vladimir Serbinenko * grub-core/commands/hashsum.c (grub_cmd_hashsum): Remove dot at the end diff --git a/grub-core/gdb/i386/idt.c b/grub-core/gdb/i386/idt.c index abdc2cebf..69bfcb089 100644 --- a/grub-core/gdb/i386/idt.c +++ b/grub-core/gdb/i386/idt.c @@ -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"); }