Skip to content

Commit a160c64

Browse files
committed
remove unused code
1 parent 99b62f0 commit a160c64

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clang/lib/Sema/SemaTemplateInstantiate.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,13 +1647,6 @@ namespace {
16471647
NamedDecl *FirstQualifierInScope = nullptr,
16481648
bool AllowInjectedClassName = false);
16491649

1650-
/// Check for tag mismatches when instantiating an
1651-
/// elaborated type.
1652-
QualType RebuildElaboratedType(SourceLocation KeywordLoc,
1653-
ElaboratedTypeKeyword Keyword,
1654-
NestedNameSpecifierLoc QualifierLoc,
1655-
QualType T);
1656-
16571650
const AnnotateAttr *TransformAnnotateAttr(const AnnotateAttr *AA);
16581651
const CXXAssumeAttr *TransformCXXAssumeAttr(const CXXAssumeAttr *AA);
16591652
const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH);

0 commit comments

Comments
 (0)