Module: wine Branch: master Commit: e35cdaa138146e90cc43836d36efca945e8063a1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e35cdaa138146e90cc43836d36...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Sun Jul 3 20:38:52 2011 +0200
dbghelp: Remove dead code (Clang).
---
dlls/dbghelp/elf_module.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c index 8d06065..625127d 100644 --- a/dlls/dbghelp/elf_module.c +++ b/dlls/dbghelp/elf_module.c @@ -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); }