forked from OSchip/llvm-project
[NFC][VFS] Fix a build warning due to an extra semicolon
This commit is contained in:
parent
0ef25cf558
commit
49556b87ae
|
@ -1758,7 +1758,7 @@ std::unique_ptr<RedirectingFileSystem> RedirectingFileSystem::create(
|
|||
bool RedirectingFileSystem::shouldFallBackToExternalFS(
|
||||
std::error_code EC) const {
|
||||
return shouldUseExternalFS() && EC == llvm::errc::no_such_file_or_directory;
|
||||
};
|
||||
}
|
||||
|
||||
std::error_code
|
||||
RedirectingFileSystem::makeCanonical(SmallVectorImpl<char> &Path) const {
|
||||
|
|
Loading…
Reference in New Issue