Andrew Talbot : cryptnet: Remove unused file-static variable.
Module: wine Branch: master Commit: 9192a20132c751f977e87ee81fe3057d92c5fd3f URL: http://source.winehq.org/git/wine.git/?a=commit;h=9192a20132c751f977e87ee81f... Author: Andrew Talbot <andrew.talbot(a)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.@)
participants (1)
-
Alexandre Julliard