Skip to content
Snippets Groups Projects
Commit 86dd0369 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Fix clang warning: unused variable

parent 48f16bae
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!34348Fix clang warning: unused variable
......@@ -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.");
}
}
//SpacePointContainer::const_iterator spc = m_spacepointsSCT->begin();
SpacePointContainer::const_iterator spce = spacepointsSCT->end ();
std::vector<IdentifierHash>::const_iterator l = vSCT.begin(), le = vSCT.end();
// Loop through all trigger collections
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment