Skip to content

Commit

Permalink
remove comment about empty_dir being undocumented
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored and github-actions[bot] committed Nov 26, 2024
1 parent 36f9ff7 commit 488920a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions port/cpl_vsil_curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ static std::string VSICurlGetURLFromFilename(
}
else if (EQUAL(pszKey, "empty_dir"))
{
/* Undocumented. Used by PLScenes driver */
/* This more or less emulates the behavior of
* GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR */
if (pbEmptyDir)
*pbEmptyDir = CPLTestBool(pszValue);
}
Expand Down

0 comments on commit 488920a

Please sign in to comment.