Skip to content
Snippets Groups Projects
Commit 8868cff2 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

shlwapi: Remove dead code (coverity).

parent dfcd8f85
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment