[Lldb-commits] [lldb] 8b79bed - [lldb] Remove unused references to ClangExpressionDeclMap

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 4 14:44:59 PST 2020


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;
 }
 


        


More information about the lldb-commits mailing list