Andrew Talbot : atl: Remove an unused variable.

Alexandre Julliard julliard at winehq.org
Mon Nov 14 13:33:56 CST 2011


Module: wine
Branch: master
Commit: a41cbc1423e7317f51d6a3fc65552f0c3af502aa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a41cbc1423e7317f51d6a3fc65552f0c3af502aa

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Thu Nov 10 22:11:48 2011 +0000

atl: Remove an unused variable.

---

 dlls/atl/registrar.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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-cvs mailing list