summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r--dwflpp.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index d02698b2..c781ef7a 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -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;