summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
diff options
context:
space:
mode:
authorEwan Crawford <ewan@codeplay.com>2016-03-10 12:38:55 +0000
committerEwan Crawford <ewan@codeplay.com>2016-03-10 12:38:55 +0000
commit7648dd375fd8dfc9f4468b2bf29ebc784837078d (patch)
tree3a32f496bd2502240db95cf88f90be8a4f1b7981 /lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
parent721447c8732c0ffb986c95731f8b17cfacf59682 (diff)
downloadbcm5719-llvm-7648dd375fd8dfc9f4468b2bf29ebc784837078d.tar.gz
bcm5719-llvm-7648dd375fd8dfc9f4468b2bf29ebc784837078d.zip
Revert "Track expression language from one place in ClangExpressionParser"
r263099 seems to have broken some OSX tests llvm-svn: 263107
Diffstat (limited to 'lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h')
-rw-r--r--lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h2
1 files changed, 0 insertions, 2 deletions
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<ClangASTContext> m_ast_context;
- lldb::LanguageType m_language; ///< The the source language of the expression
- /// which may be explicitly set or inferred.
};
}
OpenPOWER on IntegriCloud