]> sourceware.org Git - libabigail.git/commit
dwarf-reader: Remove unused code
authorMatthias Maennich <maennich@google.com>
Mon, 18 May 2020 11:45:35 +0000 (13:45 +0200)
committerDodji Seketeli <dodji@redhat.com>
Thu, 11 Jun 2020 08:02:58 +0000 (10:02 +0200)
commitcd5fdfe1b602879ba6f57631bb614cbca838ca4a
treee8aae74a525c8551f5bcab381e2828b2f62cff48
parent7da00ff4b7c10e8a99ef3ec88f2236007c441033
dwarf-reader: Remove unused code

Cleanup code that is never used to reduce overall compiled code and
complexity. Some are leftovers from prior refactorings, some are unused
overloads where the more suitable overload is still left.

* src/abg-dwarf-reader.cc
(lookup_public_variable_symbol_from_elf): Delete.
(read_context::bss_section_): Delete.
(read_context::text_section_): Delete.
(read_context::rodata_section_): Delete.
(read_context::data_section_): Delete.
(read_context::data1_section_): Delete.
(read_context::initialize): Remove initializations of deleted members.
(read_context::options): Delete.
(read_context::bss_section): Delete.
(read_context::text_section): Delete.
(read_context::rodata_section): Delete.
(read_context::data_section): Delete.
(read_context::data1_section): Delete.
(read_context::get_elf_file_type): Delete.
(read_context::lookup_symbol_from_elf): Delete.
(read_context::lookup_public_variable_symbol_from_elf): Delete.
(read_context::fun_addr_sym_map_sptr): Delete.
(read_context::fun_addr_sym_map): Delete.
(read_context::get_data_section_for_variable_address): Delete.
(read_context::suppression_matches_function_sym_name): Delete.
(read_context::suppression_matches_function_name): Delete.
(read_context::suppression_matches_type_name): Delete.

Signed-off-by: Matthias Maennich <maennich@google.com>
src/abg-dwarf-reader.cc
This page took 0.028737 seconds and 5 git commands to generate.