Commit 772a9b35 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ole32: Remove superfluous shadow variables.

parent acbba11c
...@@ -226,12 +226,6 @@ static HRESULT COMCAT_IsClassOfCategories( ...@@ -226,12 +226,6 @@ static HRESULT COMCAT_IsClassOfCategories(
HKEY key, HKEY key,
struct class_categories const* categories) 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; HKEY subkey;
HRESULT res; HRESULT res;
DWORD index; DWORD index;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment