mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:39:57 +00:00
[NFC][VFS] Fix a build warning due to an extra semicolon
This commit is contained in:
parent
286fe0725a
commit
065bbe82a5
@ -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
Block a user