cryptnet: Remove unused file-static variable

Andrew Talbot andrew.talbot at talbotville.com
Sat Nov 12 16:49:20 CST 2011


Changelog:
    cryptnet: Remove unused file-static variable.

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