There was an error while loading. Please reload this page.
1 parent f6ea425 commit 9bc33ceCopy full SHA for 9bc33ce
libpstack/dwarf.h
@@ -158,11 +158,7 @@ class Entry {
158
Entries children;
159
const Unit *unit;
160
const Abbreviation *type;
161
-#ifdef NOTYET
162
std::unordered_map<AttrName, Attribute> attributes;
163
-#else
164
- std::map<AttrName, Attribute> attributes;
165
-#endif
166
const Attribute *attrForName(AttrName name) const;
167
const Entry *referencedEntry(AttrName name) const;
168
Entry(DWARFReader &, size_t, Unit *);
0 commit comments