[NFCI] Silent a build warning due to an extra semi-colon

This commit is contained in:
Sourabh Singh Tomar 2020-08-31 17:46:46 +05:30
parent 1cd99fe9d4
commit db464a2753
1 changed files with 1 additions and 1 deletions

View File

@ -1918,7 +1918,7 @@ JITDylib::getDFSLinkOrder(ArrayRef<std::shared_ptr<JITDylib>> JDs) {
}
return Result;
});
};
}
std::vector<std::shared_ptr<JITDylib>>
JITDylib::getReverseDFSLinkOrder(ArrayRef<std::shared_ptr<JITDylib>> JDs) {