Remove redundant (useless) typedef declaration
authorDodji Seketeli <dodji@redhat.com>
Wed, 27 Sep 2017 13:45:17 +0000 (15:45 +0200)
committerDodji Seketeli <dodji@redhat.com>
Wed, 27 Sep 2017 14:00:14 +0000 (16:00 +0200)
* src/abg-dwarf-reader.cc (dwarf_offsets_type): There are two
instances of this typedef declaration, remove one.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-dwarf-reader.cc

index 225cb5e39a9e22123e81e5faa15263ce8439142f..6cc88c7c5c7b6422e19d768429b2e441536aea83 100644 (file)
@@ -150,9 +150,6 @@ typedef unordered_map<Dwarf_Off, translation_unit_sptr> die_tu_map_type;
 /// the value is the corresponding qualified name of the DIE.
 typedef unordered_map<Dwarf_Off, interned_string> die_istring_map_type;
 
-/// Convenience typedef for a vector of Dwarf_Offset.
-typedef vector<Dwarf_Off> dwarf_offsets_type;
-
 /// Convenience typedef for a map which is an interned_string and
 /// which value is a vector of offsets.
 typedef unordered_map<interned_string,