mpr: Remove dead assignment (Clang)

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Jul 6 03:34:50 CDT 2011


---
 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;
-- 
1.7.6




More information about the wine-patches mailing list