Skip to content

Commit 567e215

Browse files
authored
Removed redundant const return type
1 parent 44c1ade commit 567e215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/rtefsutils/src/RteFsUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ const string& RteFsUtils::FileCategoryFromExtension(const string& file) {
867867
return OTHER;
868868
}
869869

870-
const bool RteFsUtils::FindFileWithPattern(const std::string& searchDir,
870+
bool RteFsUtils::FindFileWithPattern(const std::string& searchDir,
871871
const std::string& pattern, std::string& file)
872872
{
873873
try {

0 commit comments

Comments
 (0)