Skip to content

Commit 0e534de

Browse files
committed
[Symbol] Remove unused fields from ClangASTContext
llvm-svn: 366261
1 parent ddbb837 commit 0e534de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/include/lldb/Symbol/ClangASTContext.h

-2
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,6 @@ class ClangASTContext : public TypeSystem {
982982
std::unique_ptr<clang::ASTContext> m_ast_up;
983983
std::unique_ptr<clang::LangOptions> m_language_options_up;
984984
std::unique_ptr<clang::FileManager> m_file_manager_up;
985-
std::unique_ptr<clang::FileSystemOptions> m_file_system_options_up;
986985
std::unique_ptr<clang::SourceManager> m_source_manager_up;
987986
std::unique_ptr<clang::DiagnosticsEngine> m_diagnostics_engine_up;
988987
std::unique_ptr<clang::DiagnosticConsumer> m_diagnostic_consumer_up;
@@ -1001,7 +1000,6 @@ class ClangASTContext : public TypeSystem {
10011000
clang::ExternalASTMerger::OriginMap m_origins;
10021001
uint32_t m_pointer_byte_size;
10031002
bool m_ast_owned;
1004-
bool m_can_evaluate_expressions;
10051003
/// The sema associated that is currently used to build this ASTContext.
10061004
/// May be null if we are already done parsing this ASTContext or the
10071005
/// ASTContext wasn't created by parsing source code.

0 commit comments

Comments
 (0)