Skip to content

Commit

Permalink
clean unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jun 22, 2020
1 parent cc19326 commit b2e6363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Dialect/FIRRTL/LowerToRTL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ static LogicalResult lower(firrtl::CatPrimOp op, ArrayRef<Value> operands,

Value args[2] = {operands[0], operands[1]};

auto resultLoc = op.getLoc();
Type resultType = rewriter.getIntegerType(lhsWidth + rhsWidth);

rewriter.replaceOpWithNewOp<rtl::ConcatOp>(op, resultType,
Expand Down

0 comments on commit b2e6363

Please sign in to comment.