Skip to content

Commit 35121ad

Browse files
committed
[mlir][NFC] Remove unused variable.
1 parent 228aecb commit 35121ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,6 @@ getTransferFoldableInnerUnitDims(MemRefType srcType, VectorType vectorType) {
11901190
static MemRefType getMemRefTypeWithDroppingInnerDims(OpBuilder &builder,
11911191
MemRefType srcType,
11921192
size_t dimsToDrop) {
1193-
MemRefType resultMemrefType;
11941193
MemRefLayoutAttrInterface layout = srcType.getLayout();
11951194
if (isa<AffineMapAttr>(layout) && layout.isIdentity()) {
11961195
return MemRefType::get(srcType.getShape().drop_back(dimsToDrop),

0 commit comments

Comments
 (0)