Andrew Talbot : shell32: Remove unused file-static variable.

Alexandre Julliard julliard at winehq.org
Wed May 21 05:22:43 CDT 2008


Module: wine
Branch: master
Commit: 0e37d57b8e40e19f5c7c4e5eb459a8565e601f98
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0e37d57b8e40e19f5c7c4e5eb459a8565e601f98

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Tue May 20 22:02:56 2008 +0100

shell32: Remove unused file-static variable.

---

 dlls/shell32/shellole.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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-cvs mailing list