kernel32: Remove some unused variables (Clang).

oldstable
Amine Khaldi 2014-10-22 19:10:21 +01:00 committed by Alexandre Julliard
parent 16ab1bdd5f
commit 810ed5c85a
2 changed files with 0 additions and 13 deletions

View File

@ -68,8 +68,6 @@ struct format_args
* Yes, ANSI strings in win32 resources. Go figure.
*/
static const WCHAR FMTWSTR[] = { '%','s',0 };
/**********************************************************************
* load_message (internal)
*/

View File

@ -3456,17 +3456,6 @@ static BOOL NLS_GetLanguageGroupName(LGRPID lgrpid, LPWSTR szName, ULONG nameSiz
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 */
typedef struct
{