atl: Remove an unused variable.

This commit is contained in:
Andrew Talbot 2011-11-10 22:11:48 +00:00 committed by Alexandre Julliard
parent cedeac3191
commit a41cbc1423

View file

@ -844,8 +844,6 @@ HRESULT WINAPI AtlModuleUpdateRegistryFromResourceD(_ATL_MODULEW* pM, LPCOLESTR
return do_register_dll_server(pReg, module_name, lpszRes, bRegister, pMapEntries);
}
static const WCHAR regtypeW[] = {'W','I','N','E','_','R','E','G','I','S','T','R','Y',0};
/***********************************************************************
* DllRegisterServer (ATL.@)
*/