From b2b25c16975c51a5d8aa1ed003dfccee672f8e4d Mon Sep 17 00:00:00 2001 From: Jacco de Vries <jdevries@nikhef.nl> Date: Sat, 2 Feb 2019 23:37:21 +0100 Subject: [PATCH] missed one cleanup suggestion.. --- Tr/TrackTools/src/TrackT0OTOnlyTool.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tr/TrackTools/src/TrackT0OTOnlyTool.h b/Tr/TrackTools/src/TrackT0OTOnlyTool.h index a486b1e3e91..6469dcfdcfd 100644 --- a/Tr/TrackTools/src/TrackT0OTOnlyTool.h +++ b/Tr/TrackTools/src/TrackT0OTOnlyTool.h @@ -39,8 +39,6 @@ public: virtual Gaudi::Math::ValueWithError trackT0(const LHCb::Track& tr) const override; -protected: - private: ToolHandle<IPatSeedFit> m_seedFit = {"PatSeedFit",this}; -- GitLab