aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-02-25 21:43:04 +0000
committerDoug Evans <dje@google.com>2009-02-25 21:43:04 +0000
commit1c2af6c43c6a21c08bdcc6a6f4ed655ab3dad2f6 (patch)
treea1180b4f5d4766b9c9108116f51c61e18a58e947 /gdb/breakpoint.c
parent401a9a73922f3b3ad7099859b7d3bc3c80397f3a (diff)
downloadgdb-1c2af6c43c6a21c08bdcc6a6f4ed655ab3dad2f6.zip
gdb-1c2af6c43c6a21c08bdcc6a6f4ed655ab3dad2f6.tar.gz
gdb-1c2af6c43c6a21c08bdcc6a6f4ed655ab3dad2f6.tar.bz2
* breakpoint.c (disable_breakpoints_in_shlibs): Delete local
disabled_shlib_breaks, unused.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index b63f0c4..46beea6 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -4424,7 +4424,6 @@ void
disable_breakpoints_in_shlibs (void)
{
struct bp_location *loc;
- int disabled_shlib_breaks = 0;
ALL_BP_LOCATIONS (loc)
{