netapi32: Remove two unused global variables.
This commit is contained in:
parent
f36602d5cb
commit
a4ec3ff61b
|
@ -58,10 +58,6 @@ struct sam_user
|
|||
LPWSTR user_logon_script_path;
|
||||
};
|
||||
|
||||
static const WCHAR sAdminUserName[] = {'A','d','m','i','n','i','s','t','r','a','t',
|
||||
'o','r',0};
|
||||
static const WCHAR sGuestUserName[] = {'G','u','e','s','t',0};
|
||||
|
||||
static struct list user_list = LIST_INIT( user_list );
|
||||
|
||||
BOOL NETAPI_IsLocalComputer(LPCWSTR ServerName);
|
||||
|
|
Loading…
Reference in New Issue