Skip to content

Commit 9bc33ce

Browse files
committed
Use unordered_map
1 parent f6ea425 commit 9bc33ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libpstack/dwarf.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,7 @@ class Entry {
158158
Entries children;
159159
const Unit *unit;
160160
const Abbreviation *type;
161-
#ifdef NOTYET
162161
std::unordered_map<AttrName, Attribute> attributes;
163-
#else
164-
std::map<AttrName, Attribute> attributes;
165-
#endif
166162
const Attribute *attrForName(AttrName name) const;
167163
const Entry *referencedEntry(AttrName name) const;
168164
Entry(DWARFReader &, size_t, Unit *);

0 commit comments

Comments
 (0)