dbghelp: Remove dead code (Clang).
This commit is contained in:
parent
6ae1bfe20f
commit
e35cdaa138
|
@ -991,7 +991,6 @@ static BOOL elf_load_debug_info_from_map(struct module* module,
|
|||
WARN("Couldn't correctly read stabs\n");
|
||||
ret = ret || lret;
|
||||
}
|
||||
else lret = FALSE;
|
||||
image_unmap_section(&stab_sect);
|
||||
image_unmap_section(&stabstr_sect);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue