summaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorAleksandar Ristovski <aristovski@qnx.com>2013-04-01 12:48:03 +0000
committerAleksandar Ristovski <aristovski@qnx.com>2013-04-01 12:48:03 +0000
commitddbe4ab3e82af4c6428c6e51d0ad87e9a0cd5725 (patch)
tree3d6453183e3162d997aeb1e7eb38a9e9d84f1d5b /gdb/buildsym.c
parent726511398209b80fff22e2faf2919c9d986a488b (diff)
downloadgdb-ddbe4ab3e82af4c6428c6e51d0ad87e9a0cd5725.tar.gz
Cleanup: remove unused - breakpoint, buildsym
* breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'. (print_it_watchpoint): Remove unused 'bl'. (say_where): Remove unused 'uiout'. (bpstat_remove_breakpoint_callback): Remove unused 'uiout'. (bkpt_breakpoint_hit): Remove unused 'b'. (internal_bkpt_print_it): Remove unused 'uiout'. * buildsym.c (augment_type_symtab): Remove unused 'i'. Reference: http://sourceware.org/ml/gdb-patches/2013-03/msg01080.html
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index 4d861a5ccf1..823ad411198 100644
--- a/gdb/buildsym.c
+++ b/gdb/buildsym.c
@@ -1367,7 +1367,6 @@ void
augment_type_symtab (struct objfile *objfile, struct symtab *primary_symtab)
{
struct blockvector *blockvector = primary_symtab->blockvector;
- int i;
if (context_stack_depth > 0)
{