From d22aa164725f0d418e009e99da7f58fefe917b94 Mon Sep 17 00:00:00 2001 From: huajsj Date: Mon, 14 Feb 2022 13:07:06 -0800 Subject: [PATCH] Fix a lint issue. lint.sh complain for an addtional space line in 'utils.cc', just fix it. --- src/tir/usmp/utils.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tir/usmp/utils.cc b/src/tir/usmp/utils.cc index 64428fd9c49e..b789adbe81af 100644 --- a/src/tir/usmp/utils.cc +++ b/src/tir/usmp/utils.cc @@ -93,7 +93,6 @@ TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable) << ",\n memory_pressure=" << node->memory_pressure << ")"; }); - PoolAllocation::PoolAllocation(PoolInfo pool_info, Integer byte_offset) { auto pool_allocation_node = make_object(); pool_allocation_node->pool_info = pool_info;