Rob Shearman : wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.

Alexandre Julliard julliard at winehq.org
Wed Mar 12 17:24:01 CDT 2008


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Wed Mar 12 17:40:39 2008 +0000

wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.

---

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

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index ab63ac7..d42192a 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -375,8 +375,6 @@ static BOOL URLCacheContainer_OpenIndex(URLCACHECONTAINER * pContainer)
 	
 			    if (CreateDirectoryW(wszDirPath, 0))
 			    {
-				int k;
-	
 				/* The following is OK because we generated an
 				 * 8 character directory name made from characters
 				 * [A-Z0-9], which are equivalent for all code




More information about the wine-cvs mailing list