Commit 41deb6b5 authored by Diego Caballero's avatar Diego Caballero

[MLIR] Remove warnings

Unused variables.
parent 84707959
...@@ -303,7 +303,6 @@ namespace ...@@ -303,7 +303,6 @@ namespace
{ {
auto add = cast<NGAddOp>(op); auto add = cast<NGAddOp>(op);
auto loc = add.getLoc(); auto loc = add.getLoc();
Value *origResult, *newResult;
auto result = m_pass.buildOutputDefs(op, rewriter)[0]; auto result = m_pass.buildOutputDefs(op, rewriter)[0];
NGRAPH_ASSERT(result->getType().isa<MemRefType>()); NGRAPH_ASSERT(result->getType().isa<MemRefType>());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment