From: Christian Kamm Date: Tue, 7 Mar 2017 12:23:21 +0000 (+0100) Subject: Remove unreachable code #5582 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~795 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cdf16dd90536e001afb1ee781bd61aada231a0eb;p=nextcloud-desktop.git Remove unreachable code #5582 --- diff --git a/shell_integration/windows/OCOverlays/DllMain.cpp b/shell_integration/windows/OCOverlays/DllMain.cpp index e0ebc2e4a..02166f591 100644 --- 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)