dbghelp: Remove dead code (Clang)

Frédéric Delanoy frederic.delanoy at gmail.com
Sun Jul 3 13:38:52 CDT 2011


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




More information about the wine-patches mailing list