dbghelp: Remove dead code (Clang).

oldstable
Frédéric Delanoy 2011-07-03 20:38:52 +02:00 committed by Alexandre Julliard
parent 6ae1bfe20f
commit e35cdaa138
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}