wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.

This commit is contained in:
Rob Shearman 2008-03-12 17:40:39 +00:00 committed by Alexandre Julliard
parent 58130dde08
commit bcfb47e85b
1 changed files with 0 additions and 2 deletions

View File

@ -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