From ddc9e9b9c97c09bbf606b7a827b7698eedb6825d Mon Sep 17 00:00:00 2001 From: Siyuan Feng Date: Mon, 1 Mar 2021 15:32:21 +0800 Subject: [PATCH] fix lint --- src/tir/ir/stmt.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tir/ir/stmt.cc b/src/tir/ir/stmt.cc index 455042f773090..265fac2f303f3 100644 --- a/src/tir/ir/stmt.cc +++ b/src/tir/ir/stmt.cc @@ -635,7 +635,6 @@ TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable) if (i != op->region.size() - 1) p->stream << ", "; } p->stream << "]"; - }); // MatchBufferRegion @@ -750,7 +749,6 @@ void PrintBlockBody(const BlockNode* op, ReprPrinter* p) { } // Print body p->Print(op->body); - } TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable)