Skip to content

Commit 6bcaf6f

Browse files
committed
[mlir][Linalg] Remove unused variable. NFCI.
1 parent afd729e commit 6bcaf6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOpsInterface.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
413413
/*args=*/(ins),
414414
/*methodBody=*/"",
415415
/*defaultImplementation=*/[{
416-
auto range = this->getOperation()->getOperands();
417416
return getNumInputsAndOutputBuffers() + $_op.getNumInitTensors();
418417
}]
419418
>,

0 commit comments

Comments
 (0)