From 43140e94bc0e0511c7662de1dfc400ed01d6c22d Mon Sep 17 00:00:00 2001 From: Shima Shimizu Date: Thu, 28 Mar 2024 12:24:24 +0900 Subject: [PATCH] take out a duplicated if block --- core/include/traccc/finding/finding_algorithm.ipp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/include/traccc/finding/finding_algorithm.ipp b/core/include/traccc/finding/finding_algorithm.ipp index 37999245e8..cac3baba01 100644 --- a/core/include/traccc/finding/finding_algorithm.ipp +++ b/core/include/traccc/finding/finding_algorithm.ipp @@ -254,13 +254,6 @@ finding_algorithm::operator()( std::tie(s0, s1, s2, s3, s4, s5)); */ - if (step - skip_counter == - m_cfg.max_track_candidates_per_track - 1) { - tips.push_back({step, cur_link_id}); - break; - // exit from item_id loop - } - // If a surface found, add the parameter for the next // step if (s4.success) {