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

Alexandre Julliard julliard at winehq.org
Mon Nov 14 13:33:57 CST 2011


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Nov 12 22:49:20 2011 +0000

cryptnet: Remove unused file-static variable.

---

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

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index e7f9f46..5d06396 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -60,8 +60,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 
 static const WCHAR cryptNet[] = { 'c','r','y','p','t','n','e','t','.',
    'd','l','l',0 };
-static const WCHAR ldapProvOpenStore[] = { 'L','d','a','p','P','r','o','v',
-   'O','p','e','S','t','o','r','e',0 };
 
 /***********************************************************************
  *    DllRegisterServer (CRYPTNET.@)




More information about the wine-cvs mailing list