From 9b47922e4100d202b36245e717afa4db5b59e00b Mon Sep 17 00:00:00 2001 From: Thomas Strebler <thomas.strebler@cern.ch> Date: Tue, 9 Jan 2024 13:05:29 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../TrigInDetTrackFitter/src/TrigInDetRoadPredictorTool.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Trigger/TrigTools/TrigInDetTrackFitter/src/TrigInDetRoadPredictorTool.cxx b/Trigger/TrigTools/TrigInDetTrackFitter/src/TrigInDetRoadPredictorTool.cxx index ac49d59a07cc..cd98a01cd074 100644 --- a/Trigger/TrigTools/TrigInDetTrackFitter/src/TrigInDetRoadPredictorTool.cxx +++ b/Trigger/TrigTools/TrigInDetTrackFitter/src/TrigInDetRoadPredictorTool.cxx @@ -33,9 +33,6 @@ StatusCode TrigInDetRoadPredictorTool::initialize() { return StatusCode::SUCCESS; } -StatusCode TrigInDetRoadPredictorTool::finalize() { - return StatusCode::SUCCESS; -} int TrigInDetRoadPredictorTool::getRoad(const std::vector<const Trk::SpacePoint*>& seed, std::vector<const InDetDD::SiDetectorElement*>& road, const EventContext& ctx) const { -- GitLab