Skip to content

Commit

Permalink
VSICURLReadGlobalEnvVariables(): remove useless code (master only)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 29, 2024
1 parent 6676353 commit 7c9d6a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions port/cpl_vsil_curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ static void VSICURLReadGlobalEnvVariables()
nCacheSize);
}
}
else
{
nCacheSize = CACHE_SIZE_DEFAULT;
}

const auto nMaxRAM = CPLGetUsablePhysicalRAM();
const auto nMinVal = DOWNLOAD_CHUNK_SIZE_DO_NOT_USE_DIRECTLY;
Expand Down

0 comments on commit 7c9d6a7

Please sign in to comment.