This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] cleanup: Wunused dwarf2-frame, symtab
- From: Tom Tromey <tromey at redhat dot com>
- To: Aleksandar Ristovski <aristovski at qnx dot com>
- Cc: "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Thu, 31 Jan 2013 10:49:37 -0700
- Subject: Re: [patch] cleanup: Wunused dwarf2-frame, symtab
- References: <5109F535.4050101@qnx.com>
>>>>> "Aleksandar" == Aleksandar Ristovski <aristovski@qnx.com> writes:
Aleksandar> * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused
Aleksandar> NUM_REGS.
Aleksandar> * symtab.c (iterate_over_symtabs): Remove unused S.
Aleksandar> (find_pc_sect_symtab): Remove unused PSPACE.
Aleksandar> (find_pc_sect_line): Remove unused ALT_SYMTAB.
Aleksandar> (find_pcs_for_symtab_line): Remove unused IX, PREVIOUS_FUNCTION.
Aleksandar> (completion_list_add_name): Remove unused NEWSIZE.
Ok with the name fixup.
Tom