From 65ea9a76845fb3bfd0b855ece44ea4d11e4082e7 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Fri, 10 Jul 2020 14:29:18 -0400 Subject: [PATCH] MuonCombinedTrackFindingTools: Fix clang warning. Unused typedef. --- .../MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.cxx b/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.cxx index ba56d676b8f..d079eef7b1f 100644 --- a/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.cxx +++ b/Reconstruction/MuonIdentification/MuonCombinedTrackFindingTools/src/MuonInsideOutRecoTool.cxx @@ -318,7 +318,6 @@ namespace MuonCombined { Muon::MuonStationIndex::LayerIndex layerIndex, const Muon::MuonPrepDataContainer< COL >* input, std::vector<const COL*>& output ) const { if(!input || input->size()==0) return true; - typedef Muon::MuonPrepDataContainer< COL > ContainerType; // get technologies in the given layer unsigned int sectorLayerHash = Muon::MuonStationIndex::sectorLayerHash( regionIndex, layerIndex ); -- GitLab