* breakpoint.c (disable_breakpoints_in_shlibs): Delete local
disabled_shlib_breaks, unused.
This commit is contained in:
parent
401a9a7392
commit
1c2af6c43c
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2009-02-25 Doug Evans <dje@google.com>
|
||||
|
||||
* breakpoint.c (disable_breakpoints_in_shlibs): Delete local
|
||||
disabled_shlib_breaks, unused.
|
||||
|
||||
* printcmd.c (build_address_symbolic): Fix comment.
|
||||
|
||||
2009-02-25 Hui Zhu <teawater@gmail.com>
|
||||
|
|
|
@ -4424,7 +4424,6 @@ void
|
|||
disable_breakpoints_in_shlibs (void)
|
||||
{
|
||||
struct bp_location *loc;
|
||||
int disabled_shlib_breaks = 0;
|
||||
|
||||
ALL_BP_LOCATIONS (loc)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue