diff options
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r-- | dwflpp.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1193,7 +1193,6 @@ dwflpp::function_entrypc (Dwarf_Addr * addr) { assert (function); return (dwarf_entrypc (function, addr) == 0); - // XXX: see also _lowpc ? } @@ -1210,12 +1209,6 @@ dwflpp::die_entrypc (Dwarf_Die * die, Dwarf_Addr * addr) if (rc) { - lookup_method = "dwarf_lowpc"; - rc = dwarf_lowpc (die, addr); - } - - if (rc) - { lookup_method = "dwarf_ranges"; Dwarf_Addr base; |