diff options
-rw-r--r-- | lldb/source/Target/Target.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 3ff461d6173..46ce1d32caf 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -840,8 +840,6 @@ Target::SetExecutableModule (ModuleSP& executable_sp, bool get_dependent_files) } } } - - m_ast_importer_ap.reset(new ClangASTImporter()); } UpdateInstanceName(); |