From 7648dd375fd8dfc9f4468b2bf29ebc784837078d Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Thu, 10 Mar 2016 12:38:55 +0000 Subject: Revert "Track expression language from one place in ClangExpressionParser" r263099 seems to have broken some OSX tests llvm-svn: 263107 --- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h') diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h index 288be8df470..3c055380b83 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h @@ -129,8 +129,6 @@ private: class LLDBPreprocessorCallbacks; LLDBPreprocessorCallbacks *m_pp_callbacks; ///< Called when the preprocessor encounters module imports std::unique_ptr m_ast_context; - lldb::LanguageType m_language; ///< The the source language of the expression - /// which may be explicitly set or inferred. }; } -- cgit v1.2.3