Skip to content

Commit 631f260

Browse files
committed
[AST] [NFC] Remove unused field from SubstTemplateTypeParmPackType
The field has been moved to the base class, but I forgot to actually delete it in the derived class.
1 parent ad64bff commit 631f260

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/include/clang/AST/TypeBase.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7082,10 +7082,6 @@ class SubstBuiltinTemplatePackType : public SubstPackType {
70827082
class SubstTemplateTypeParmPackType : public SubstPackType {
70837083
friend class ASTContext;
70847084

7085-
/// A pointer to the set of template arguments that this
7086-
/// parameter pack is instantiated with.
7087-
const TemplateArgument *Arguments;
7088-
70897085
llvm::PointerIntPair<Decl *, 1, bool> AssociatedDeclAndFinal;
70907086

70917087
SubstTemplateTypeParmPackType(QualType Canon, Decl *AssociatedDecl,

0 commit comments

Comments
 (0)