From a1d8f7251c4a01419d4cb342f88e63831d72cb10 Mon Sep 17 00:00:00 2001 From: Hua Jiang Date: Mon, 14 Feb 2022 19:43:02 -0800 Subject: [PATCH] Fix a lint issue. (#10245) 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;