aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/breakpoint.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a48a7f3..c0c9e69 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-08 Keith Seitz <keiths@redhat.com>
+
+ * breakpoint.c (parse_breakpoint_sals): Remove unused variable
+ addr_start.
+
2012-08-08 Doug Evans <dje@google.com>
* linux-thread-db.c: #include "gdb_vecs.h".
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 03719d4..b24f71c 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -9115,8 +9115,6 @@ static void
parse_breakpoint_sals (char **address,
struct linespec_result *canonical)
{
- char *addr_start = *address;
-
/* If no arg given, or if first arg is 'if ', use the default
breakpoint. */
if ((*address) == NULL