In D100299 I was not sure what can happen if dwarf_cu.GetOffset() != 0 && GetDebugMapSymfile() as there is:
if (dwarf_cu.GetOffset() == 0 && GetDebugMapSymfile()) {
@clayborg added in 2006-03-30 the part dwarf_cu.GetOffset() == 0 && at this line.
Is this patch simplification OK?