dbghelp: Remove dead code (clang).

oldstable
André Hentschel 2011-07-10 18:12:01 +02:00 committed by Alexandre Julliard
parent db7f8e5749
commit 5d0d2ef893
1 changed files with 0 additions and 1 deletions

View File

@ -1240,7 +1240,6 @@ static BOOL elf_load_file_from_path(HANDLE hProcess,
ret = elf_load_file(hProcess, fn, load_offset, dyn_addr, elf_info);
HeapFree(GetProcessHeap(), 0, fn);
if (ret) break;
s = (t) ? (t+1) : NULL;
}
HeapFree(GetProcessHeap(), 0, pathW);