Skip to content

Commit 41c36d9

Browse files
rnktstellar
authored andcommitted
[clang] Fix unused variable warning in MS mangler from constant matrix patch
(cherry picked from commit ccdd55c)
1 parent 72ad9be commit 41c36d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/MicrosoftMangle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3553,7 +3553,6 @@ void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T,
35533553
void MicrosoftCXXNameMangler::mangleType(const ConstantMatrixType *T,
35543554
Qualifiers quals, SourceRange Range) {
35553555
QualType EltTy = T->getElementType();
3556-
const BuiltinType *ET = EltTy->getAs<BuiltinType>();
35573556

35583557
llvm::SmallString<64> TemplateMangling;
35593558
llvm::raw_svector_ostream Stream(TemplateMangling);

0 commit comments

Comments
 (0)