Commit b480a3c5 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed a redundant and possibly wrong warning.

parent 646f17f2
......@@ -1662,7 +1662,6 @@ NTSTATUS WINAPI LdrLoadDll(LPCWSTR path_name, DWORD flags,
nts = process_attach( wm, NULL );
if (nts != STATUS_SUCCESS)
{
WARN("Attach failed for module %s\n", debugstr_w(libname->Buffer));
LdrUnloadDll(wm->ldr.BaseAddress);
wm = NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment