Author: Alex Langford Date: 2020-02-04T14:41:24-08:00 New Revision: 8b79bed0f3c90c539865f2e55f664daa7930865d
URL: https://github.com/llvm/llvm-project/commit/8b79bed0f3c90c539865f2e55f664daa7930865d DIFF: https://github.com/llvm/llvm-project/commit/8b79bed0f3c90c539865f2e55f664daa7930865d.diff LOG: [lldb] Remove unused references to ClangExpressionDeclMap Added: Modified: lldb/include/lldb/Core/ValueObject.h lldb/include/lldb/Expression/IRInterpreter.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Core/ValueObject.h b/lldb/include/lldb/Core/ValueObject.h index 46127d7e2930..4a410e9e19df 100644 --- a/lldb/include/lldb/Core/ValueObject.h +++ b/lldb/include/lldb/Core/ValueObject.h @@ -887,7 +887,6 @@ class ValueObject : public UserID { m_is_synthetic_children_generated : 1; friend class ValueObjectChild; - friend class ClangExpressionDeclMap; // For GetValue friend class ExpressionVariable; // For SetName friend class Target; // For SetName friend class ValueObjectConstResultImpl; diff --git a/lldb/include/lldb/Expression/IRInterpreter.h b/lldb/include/lldb/Expression/IRInterpreter.h index 6148093e718f..a3b56f4f3374 100644 --- a/lldb/include/lldb/Expression/IRInterpreter.h +++ b/lldb/include/lldb/Expression/IRInterpreter.h @@ -22,7 +22,6 @@ class Module; namespace lldb_private { -class ClangExpressionDeclMap; class IRMemoryMap; } _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits