Skip to content

Commit 169b43d

Browse files
committed
Remove unused variable introduced in #152705
1 parent 76fb161 commit 169b43d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11815,7 +11815,6 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
1181511815
return false;
1181611816

1181711817
APSInt Mask = SourceMask.getInt();
11818-
QualType DestEltTy = E->getType()->castAs<VectorType>()->getElementType();
1181911818
unsigned SourceLen = SourceLHS.getVectorLength();
1182011819
SmallVector<APValue, 4> ResultElements;
1182111820
ResultElements.reserve(SourceLen);

0 commit comments

Comments
 (0)