* breakpoint.c (insert_breakpoints)
(insert_bp_location): Remove stale comments.
This commit is contained in:
parent
dc29a15683
commit
a0cf7492a3
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-11-23 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* breakpoint.c (insert_breakpoints)
|
||||
(insert_bp_location): Remove stale comments.
|
||||
|
||||
2007-11-23 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* mips-linux-tdep.h: Fix some formatting.
|
||||
|
|
|
@ -842,8 +842,6 @@ insert_bp_location (struct bp_location *bpt,
|
|||
{
|
||||
int val = 0;
|
||||
|
||||
/* Permanent breakpoints cannot be inserted or removed. Disabled
|
||||
breakpoints should not be inserted. */
|
||||
if (!breakpoint_enabled (bpt->owner))
|
||||
return 0;
|
||||
|
||||
|
@ -1241,8 +1239,6 @@ insert_breakpoints (void)
|
|||
|
||||
ALL_BP_LOCATIONS_SAFE (b, temp)
|
||||
{
|
||||
/* Permanent breakpoints cannot be inserted or removed. Disabled
|
||||
breakpoints should not be inserted. */
|
||||
if (!breakpoint_enabled (b->owner))
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in a new issue