diff options
author | Ian Lance Taylor <ian@airs.com> | 2012-07-11 14:18:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2012-07-11 14:18:40 +0000 |
commit | 1f3212db282db657b7511fe0bee6285eafb67351 (patch) | |
tree | 412a6beadece81045b4287f400f2b576270aa678 /gold/incremental.cc | |
parent | 3db4782ac8f2bf8243892afd1d1838769d562071 (diff) | |
download | gdb-1f3212db282db657b7511fe0bee6285eafb67351.zip gdb-1f3212db282db657b7511fe0bee6285eafb67351.tar.gz gdb-1f3212db282db657b7511fe0bee6285eafb67351.tar.bz2 |
* arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
(Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
(Target_arm::scan_reloc_for_stub): Likewise.
* common.cc (Symbol_table::do_allocate_commons_list): Likewise.
* dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
* ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
* incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
* powerpc.cc (Target_powerpc::relocate_tls): Likewise.
Diffstat (limited to 'gold/incremental.cc')
-rw-r--r-- | gold/incremental.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gold/incremental.cc b/gold/incremental.cc index 9a61e77..acabaea 100644 --- a/gold/incremental.cc +++ b/gold/incremental.cc @@ -2728,8 +2728,6 @@ Sized_incr_dynobj<size, big_endian>::do_add_symbols( elfcpp::Sym<size, big_endian> sym(symbuf); elfcpp::Sym_write<size, big_endian> osym(symbuf); - typedef typename elfcpp::Elf_types<size>::Elf_WXword Elf_size_type; - unsigned int nsyms = this->input_reader_.get_global_symbol_count(); this->symbols_.resize(nsyms); |