ole32: Remove superfluous shadow variables.

This commit is contained in:
Andrew Talbot 2009-02-02 17:50:12 +00:00 committed by Alexandre Julliard
parent acbba11c49
commit 772a9b3540
1 changed files with 0 additions and 6 deletions

View File

@ -226,12 +226,6 @@ static HRESULT COMCAT_IsClassOfCategories(
HKEY key,
struct class_categories const* categories)
{
static const WCHAR impl_keyname[] = { 'I', 'm', 'p', 'l', 'e', 'm', 'e', 'n',
't', 'e', 'd', ' ', 'C', 'a', 't', 'e',
'g', 'o', 'r', 'i', 'e', 's', 0 };
static const WCHAR req_keyname[] = { 'R', 'e', 'q', 'u', 'i', 'r', 'e', 'd',
' ', 'C', 'a', 't', 'e', 'g', 'o', 'r',
'i', 'e', 's', 0 };
HKEY subkey;
HRESULT res;
DWORD index;