Removed a redundant and possibly wrong warning.

This commit is contained in:
Alexandre Julliard 2005-08-12 16:02:42 +00:00
parent 646f17f249
commit b480a3c544
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}