2002-02-01 Michael Snyder <msnyder@redhat.com>

* breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
This commit is contained in:
Michael Snyder 2002-02-02 02:49:07 +00:00
parent ddfe3c1587
commit 261c4ca206
2 changed files with 3 additions and 10 deletions

View File

@ -9,8 +9,8 @@
2002-02-01 Michael Snyder <msnyder@redhat.com>
* 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 <ac131313@redhat.com>

View File

@ -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: