Skip to content
Snippets Groups Projects

Fix clang warning: unused variable

Merged Adam Edward Barton requested to merge abarton/athena:idcclangwarning into master
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
@@ -295,9 +295,6 @@ std::unique_ptr<InDet::ITRT_SeededSpacePointFinder::IEventData> InDet::TRT_Seede
@@ -295,9 +295,6 @@ std::unique_ptr<InDet::ITRT_SeededSpacePointFinder::IEventData> InDet::TRT_Seede
ATH_MSG_ERROR("Failed to read PRD to track association map.");
ATH_MSG_ERROR("Failed to read PRD to track association map.");
}
}
}
}
//SpacePointContainer::const_iterator spc = m_spacepointsSCT->begin();
SpacePointContainer::const_iterator spce = spacepointsSCT->end ();
std::vector<IdentifierHash>::const_iterator l = vSCT.begin(), le = vSCT.end();
std::vector<IdentifierHash>::const_iterator l = vSCT.begin(), le = vSCT.end();
// Loop through all trigger collections
// Loop through all trigger collections
Loading