kernel32: Remove some unused variables (Clang).
This commit is contained in:
parent
16ab1bdd5f
commit
810ed5c85a
|
@ -68,8 +68,6 @@ struct format_args
|
||||||
* Yes, ANSI strings in win32 resources. Go figure.
|
* Yes, ANSI strings in win32 resources. Go figure.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const WCHAR FMTWSTR[] = { '%','s',0 };
|
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* load_message (internal)
|
* load_message (internal)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3456,17 +3456,6 @@ static BOOL NLS_GetLanguageGroupName(LGRPID lgrpid, LPWSTR szName, ULONG nameSiz
|
||||||
return bRet;
|
return bRet;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Registry keys for NLS related information */
|
|
||||||
|
|
||||||
static const WCHAR szCountryListName[] = {
|
|
||||||
'M','a','c','h','i','n','e','\\','S','o','f','t','w','a','r','e','\\',
|
|
||||||
'M','i','c','r','o','s','o','f','t','\\','W','i','n','d','o','w','s','\\',
|
|
||||||
'C','u','r','r','e','n','t','V','e','r','s','i','o','n','\\',
|
|
||||||
'T','e','l','e','p','h','o','n','y','\\',
|
|
||||||
'C','o','u','n','t','r','y',' ','L','i','s','t','\0'
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/* Callback function ptrs for EnumSystemLanguageGroupsA/W */
|
/* Callback function ptrs for EnumSystemLanguageGroupsA/W */
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue