Sfoglia il codice sorgente

Remove unreachable code #5582

Christian Kamm 9 anni fa
parent
commit
cdf16dd905
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      shell_integration/windows/OCOverlays/DllMain.cpp

+ 0 - 2
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)