Skip to content

Commit ccdd55c

Browse files
committed
[clang] Fix unused variable warning in MS mangler from constant matrix patch
1 parent f5a30f1 commit ccdd55c

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
@@ -3536,7 +3536,6 @@ void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T,
35363536
void MicrosoftCXXNameMangler::mangleType(const ConstantMatrixType *T,
35373537
Qualifiers quals, SourceRange Range) {
35383538
QualType EltTy = T->getElementType();
3539-
const BuiltinType *ET = EltTy->getAs<BuiltinType>();
35403539

35413540
llvm::SmallString<64> TemplateMangling;
35423541
llvm::raw_svector_ostream Stream(TemplateMangling);

0 commit comments

Comments
 (0)