Remove unused variable. NFC.

This commit is contained in:
Benjamin Kramer 2020-05-01 14:29:58 +02:00
parent 7a5a1e9460
commit f9223d47e4
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ static LogicalResult checkLoopNestMappable(OpTy forOp, unsigned numBlockDims,
return success();
}
OpBuilder builder(forOp.getOperation());
if (numBlockDims > 3) {
return forOp.emitError("cannot map to more than 3 block dimensions");
}