mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
revert "[lldb/Host] Fix crash in FileSystem::IsLocal"
This reverts commit2dc6e906b0following changes introduced in59eb705277.
This commit is contained in:
@@ -171,8 +171,7 @@ bool FileSystem::IsDirectory(const FileSpec &file_spec) const {
|
||||
|
||||
bool FileSystem::IsLocal(const Twine &path) const {
|
||||
bool b = false;
|
||||
if (m_fs)
|
||||
m_fs->isLocal(path, b);
|
||||
m_fs->isLocal(path, b);
|
||||
return b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user