Skip to content

Commit 85a61b4

Browse files
committed
fix rebase
1 parent 19c301d commit 85a61b4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

clang/lib/Sema/SemaTemplateInstantiate.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,16 +1476,6 @@ class TemplateInstantiator : public TreeTransform<TemplateInstantiator> {
14761476
return Pack.pack_size() - 1 - *Index;
14771477
}
14781478

1479-
bool TryExpandParameterPacks(SourceLocation EllipsisLoc,
1480-
SourceRange PatternRange,
1481-
ArrayRef<UnexpandedParameterPack> Unexpanded,
1482-
bool &ShouldExpand, bool &RetainExpansion,
1483-
UnsignedOrNone &NumExpansions) {
1484-
return getSema().CheckParameterPacksForExpansion(
1485-
EllipsisLoc, PatternRange, Unexpanded, TemplateArgs, ShouldExpand,
1486-
RetainExpansion, NumExpansions);
1487-
}
1488-
14891479
void ExpandingFunctionParameterPack(ParmVarDecl *Pack) {
14901480
SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
14911481
}

0 commit comments

Comments
 (0)