summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Expression')
-rw-r--r--lldb/source/Expression/ClangExpressionParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp
index 93e456c56bd..615f29fd0c7 100644
--- a/lldb/source/Expression/ClangExpressionParser.cpp
+++ b/lldb/source/Expression/ClangExpressionParser.cpp
@@ -336,7 +336,6 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope,
if (!m_compiler->hasSourceManager())
m_compiler->createSourceManager(*m_file_manager.get());
- m_compiler->createVirtualFileSystem();
m_compiler->createFileManager();
m_compiler->createPreprocessor();
OpenPOWER on IntegriCloud