mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
[NFC][VFS] Fix a build warning due to an extra semicolon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user