Skip to content
Snippets Groups Projects
Commit ad1762a4 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'idcclangwarning' into 'master'

Fix clang warning: unused variable

See merge request !34348
parents 309ca959 86dd0369
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