From 261c4ca20698ffa0b5efa6a0908c55aae31711e8 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Sat, 2 Feb 2002 02:49:07 +0000 Subject: 2002-02-01 Michael Snyder * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code. --- gdb/ChangeLog | 4 ++-- gdb/breakpoint.c | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d8f9c6..233e3b0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -9,8 +9,8 @@ 2002-02-01 Michael Snyder - * breakpoint.c (set_ignore_count): Move misplaced comment - back where it belongs. + * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code. + (set_ignore_count): Move misplaced comment back where it belongs. 2002-02-01 Andrew Cagney diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index e6fec04..bf53be8 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -6789,7 +6789,7 @@ breakpoint_re_set_one (PTR bint) b->address = sals.sals[i].pc; /* Used to check for duplicates here, but that can - cause trouble, as it doesn't check for disable + cause trouble, as it doesn't check for disabled breakpoints. */ mention (b); @@ -6919,13 +6919,6 @@ breakpoint_re_set (void) create_longjmp_breakpoint ("_siglongjmp"); create_longjmp_breakpoint (NULL); #endif - -#if 0 - /* Took this out (temporarily at least), since it produces an extra - blank line at startup. This messes up the gdbtests. -PB */ - /* Blank line to finish off all those mention() messages we just printed. */ - printf_filtered ("\n"); -#endif } /* Reset the thread number of this breakpoint: -- cgit v1.1