Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hzfengsy committed Mar 1, 2021
1 parent 476d0c3 commit ddc9e9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tir/ir/stmt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable)
if (i != op->region.size() - 1) p->stream << ", ";
}
p->stream << "]";

});

// MatchBufferRegion
Expand Down Expand Up @@ -750,7 +749,6 @@ void PrintBlockBody(const BlockNode* op, ReprPrinter* p) {
}
// Print body
p->Print(op->body);

}

TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable)
Expand Down

0 comments on commit ddc9e9b

Please sign in to comment.