libexpr: rename parseSearchPath to SearchPath::parse
This was never called?? Change-Id: I5c1b3ce0d5479a638fda98467efb2f34faaac726
This commit is contained in:
@@ -45,7 +45,7 @@ SearchPath::Elem SearchPath::Elem::parse(std::string_view rawElem)
|
||||
}
|
||||
|
||||
|
||||
SearchPath parseSearchPath(const Strings & rawElems)
|
||||
SearchPath SearchPath::parse(const Strings & rawElems)
|
||||
{
|
||||
SearchPath res;
|
||||
for (auto & rawElem : rawElems)
|
||||
|
||||
Reference in New Issue
Block a user