Skip to content

Commit 7c9d6a7

Browse files
committed
VSICURLReadGlobalEnvVariables(): remove useless code (master only)
1 parent 6676353 commit 7c9d6a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

port/cpl_vsil_curl.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ static void VSICURLReadGlobalEnvVariables()
189189
nCacheSize);
190190
}
191191
}
192-
else
193-
{
194-
nCacheSize = CACHE_SIZE_DEFAULT;
195-
}
196192

197193
const auto nMaxRAM = CPLGetUsablePhysicalRAM();
198194
const auto nMinVal = DOWNLOAD_CHUNK_SIZE_DO_NOT_USE_DIRECTLY;

0 commit comments

Comments
 (0)