atl: Remove an unused variable

Andrew Talbot andrew.talbot at talbotville.com
Thu Nov 10 16:11:48 CST 2011


Changelog:
    atl: Remove an unused variable.

diff --git a/dlls/atl/registrar.c b/dlls/atl/registrar.c
index 7edd739..4fcf28d 100644
--- a/dlls/atl/registrar.c
+++ b/dlls/atl/registrar.c
@@ -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.@)
  */



More information about the wine-patches mailing list