Frédéric Delanoy : mpr: Remove dead assignment ( Clang).

Alexandre Julliard julliard at winehq.org
Wed Jul 6 13:31:09 CDT 2011


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Jul  6 10:34:50 2011 +0200

mpr: Remove dead assignment (Clang).

---

 dlls/mpr/pwcache.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/mpr/pwcache.c b/dlls/mpr/pwcache.c
index 0ed65b6..efd9c23 100644
--- a/dlls/mpr/pwcache.c
+++ b/dlls/mpr/pwcache.c
@@ -260,7 +260,6 @@ UINT WINAPI WNetEnumCachedPasswords(
 
     sprintf(prefix, "X-%02X-", nType );
 
-    i = 0;
     for( i=0;  ; i++ )
     {
         val_sz  = sizeof val;




More information about the wine-cvs mailing list