diff --git a/clang/lib/AST/Interp/ByteCodeExprGen.h b/clang/lib/AST/Interp/ByteCodeExprGen.h index 971fd09bdfac50..ec88f31ae516ae 100644 --- a/clang/lib/AST/Interp/ByteCodeExprGen.h +++ b/clang/lib/AST/Interp/ByteCodeExprGen.h @@ -30,7 +30,6 @@ namespace interp { template class LocalScope; template class DestructorScope; -template class RecordScope; template class VariableScope; template class DeclScope; template class OptionScope; @@ -219,7 +218,6 @@ class ByteCodeExprGen : public ConstStmtVisitor, bool>, friend class VariableScope; friend class LocalScope; friend class DestructorScope; - friend class RecordScope; friend class DeclScope; friend class OptionScope; friend class ArrayIndexScope;