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;