Author: sivachandra
Date: Wed Apr  1 19:02:46 2015
New Revision: 233868

URL: http://llvm.org/viewvc/llvm-project?rev=233868&view=rev
Log:
Remove the unused m_ast_context member of ClangExpressionParser.

Test Plan: Build LLDB.

Reviewers: spyffe

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D8791

Modified:
    lldb/trunk/include/lldb/Expression/ClangExpressionParser.h

Modified: lldb/trunk/include/lldb/Expression/ClangExpressionParser.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/ClangExpressionParser.h?rev=233868&r1=233867&r2=233868&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/ClangExpressionParser.h (original)
+++ lldb/trunk/include/lldb/Expression/ClangExpressionParser.h Wed Apr  1 
19:02:46 2015
@@ -145,7 +145,6 @@ private:
     std::unique_ptr<clang::CompilerInstance> m_compiler;             ///< The 
Clang compiler used to parse expressions into IR
     std::unique_ptr<clang::Builtin::Context> m_builtin_context;      ///< 
Context for Clang built-ins
     std::unique_ptr<clang::SelectorTable>    m_selector_table;       ///< 
Selector table for Objective-C methods
-    std::unique_ptr<clang::ASTContext>       m_ast_context;          ///< The 
AST context used to hold types and names for the parser
     std::unique_ptr<clang::CodeGenerator>    m_code_generator;       ///< The 
Clang object that generates IR
     
     class LLDBPreprocessorCallbacks;


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to