Skip to content

Commit 75f8cf7

Browse files
authored
Merge pull request doxygen#11519 from albert-github/feature/bug_exclude
Handling of case sensitive file / directory names
2 parents 2b017fc + 38511a3 commit 75f8cf7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/util.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6115,12 +6115,6 @@ bool genericPatternMatch(const FileInfo &fi,
61156115
bool caseSenseNames = getCaseSenseNames();
61166116
bool found = FALSE;
61176117

6118-
// For platforms where the file system is non case sensitive overrule the setting
6119-
if (!Portable::fileSystemIsCaseSensitive())
6120-
{
6121-
caseSenseNames = FALSE;
6122-
}
6123-
61246118
if (!patList.empty())
61256119
{
61266120
std::string fn = fi.fileName();

0 commit comments

Comments
 (0)