shlwapi: Remove dead code (coverity).

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2018-12-22 15:30:30 +01:00 committed by Alexandre Julliard
parent dfcd8f85f1
commit 8868cff257
1 changed files with 0 additions and 3 deletions

View File

@ -61,9 +61,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
DisableThreadLibraryCalls(hinstDLL);
shlwapi_hInstance = hinstDLL;
break;
case DLL_PROCESS_DETACH:
if (fImpLoad) break;
break;
}
return TRUE;
}