projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30ed7f
)
Remove unreachable code #5582
author
Christian Kamm
<mail@ckamm.de>
Tue, 7 Mar 2017 12:23:21 +0000
(13:23 +0100)
committer
Christian Kamm
<mail@ckamm.de>
Tue, 7 Mar 2017 12:23:47 +0000
(13:23 +0100)
shell_integration/windows/OCOverlays/DllMain.cpp
patch
|
blob
|
history
diff --git
a/shell_integration/windows/OCOverlays/DllMain.cpp
b/shell_integration/windows/OCOverlays/DllMain.cpp
index e0ebc2e4aefd62f5ca4609d01542a3817ce9033e..02166f59129431f4648a4a65d490568d46c9b612 100644
(file)
--- a/
shell_integration/windows/OCOverlays/DllMain.cpp
+++ b/
shell_integration/windows/OCOverlays/DllMain.cpp
@@
-82,8
+82,6
@@
STDAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, void **ppv)
STDAPI DllCanUnloadNow(void)
{
return dllReferenceCount > 0 ? S_FALSE : S_OK;
-
- return S_FALSE;
}
HRESULT RegisterCLSID(LPCOLESTR guidStr, PCWSTR overlayStr, PCWSTR szModule)