Bruno Jesus : atl: Remove dead assignment.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 31 02:53:36 CDT 2014


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

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Thu Oct 30 23:22:55 2014 -0200

atl: Remove dead assignment.

---

 dlls/atl/registrar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/atl/registrar.c b/dlls/atl/registrar.c
index 32e207e..96fcb0e 100644
--- a/dlls/atl/registrar.c
+++ b/dlls/atl/registrar.c
@@ -380,7 +380,7 @@ static HRESULT do_process_root_key(LPCOLESTR data, BOOL do_register)
 {
     LPCOLESTR iter = data;
     strbuf buf;
-    HRESULT hres = S_OK;
+    HRESULT hres;
     unsigned int i;
 
     strbuf_init(&buf);




More information about the wine-cvs mailing list