From 772a9b3540d5e02929303a867049e02665657a87 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 2 Feb 2009 17:50:12 +0000 Subject: [PATCH] ole32: Remove superfluous shadow variables. --- dlls/ole32/comcat.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dlls/ole32/comcat.c b/dlls/ole32/comcat.c index f757cf9cc07..ace478915e2 100644 --- a/dlls/ole32/comcat.c +++ b/dlls/ole32/comcat.c @@ -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;