From e35cdaa138146e90cc43836d36efca945e8063a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Sun, 3 Jul 2011 20:38:52 +0200 Subject: [PATCH] dbghelp: Remove dead code (Clang). --- dlls/dbghelp/elf_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c index 8d060653229..625127db851 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); }