shell32: Remove unused file-static variable

Andrew Talbot andrew.talbot at talbotville.com
Tue May 20 16:02:56 CDT 2008


If the string associated with this variable is meant to be embedded in the code, please advise. Should
that be the case, I think it would be good to insert a comment to that effect. And a precise wording for
such from someone in the know would be gratefully received.

Thanks,

-- Andy.
---
Changelog:
    shell32: Remove unused file-static variable.

diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c
index 64b0024..19dba05 100644
--- a/dlls/shell32/shellole.c
+++ b/dlls/shell32/shellole.c
@@ -49,8 +49,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(shell);
 
 extern HRESULT WINAPI IFSFolder_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
 
-static const WCHAR sShell32[12] = {'S','H','E','L','L','3','2','.','D','L','L','\0'};
-
 /**************************************************************************
  * Default ClassFactory types
  */



More information about the wine-patches mailing list