From 9192a20132c751f977e87ee81fe3057d92c5fd3f Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Sat, 12 Nov 2011 22:49:20 +0000 Subject: [PATCH] cryptnet: Remove unused file-static variable. --- dlls/cryptnet/cryptnet_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index e7f9f461f3a..5d063968974 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.@)