mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
cryptnet: Remove unused file-static variable.
This commit is contained in:
parent
82c3b84e40
commit
9192a20132
1 changed files with 0 additions and 2 deletions
|
@ -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','.',
|
static const WCHAR cryptNet[] = { 'c','r','y','p','t','n','e','t','.',
|
||||||
'd','l','l',0 };
|
'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.@)
|
* DllRegisterServer (CRYPTNET.@)
|
||||||
|
|
Loading…
Reference in a new issue