* breakpoint.c (parse_breakpoint_sals): Remove unused variable

addr_start.
This commit is contained in:
Keith Seitz 2012-08-08 20:39:34 +00:00
parent e6712ff1b5
commit 2acf2b3959
2 changed files with 5 additions and 2 deletions

View File

@ -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".

View File

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