Skip to content

Commit

Permalink
Addendum a700bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk committed Jul 22, 2023
1 parent a700bc0 commit e89b56c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rts/System/FileSystem/FileHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,6 @@ bool CFileHandler::InsertRawDirs(
const string& pattern
) {
#ifndef TOOLS
const spring::regex regexpattern{FileSystem::ConvertGlobToRegex(pattern), spring::regex::icase};

std::vector<string> found = std::move(dataDirsAccess.FindFiles(path, pattern, FileQueryFlags::ONLY_DIRS));

dirSet.reserve(dirSet.size() + found.size());
Expand Down

0 comments on commit e89b56c

Please sign in to comment.