Skip to content

Commit bd13433

Browse files
committed
fixup! Address comments
1 parent 9da379e commit bd13433

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Sema/SemaTemplateInstantiate.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,10 +1477,6 @@ namespace {
14771477
}
14781478
}
14791479

1480-
bool HeuristicallyComputeSizeOfPackExpr() const {
1481-
return !TemplateArgs.isRewrite();
1482-
}
1483-
14841480
TemplateArgument
14851481
getTemplateArgumentPackPatternForRewrite(const TemplateArgument &TA) {
14861482
if (TA.getKind() != TemplateArgument::Pack)

0 commit comments

Comments
 (0)