diff --git a/Simulation/TruthJiveXML/src/TruthMuonTrackRetriever.cxx b/Simulation/TruthJiveXML/src/TruthMuonTrackRetriever.cxx index e7a1d2b2de4ab9b0ee0e0d61667cad4d52a68b01..2ecad4006354e0c766acb3cb20b9d71c64219c07 100755 --- a/Simulation/TruthJiveXML/src/TruthMuonTrackRetriever.cxx +++ b/Simulation/TruthJiveXML/src/TruthMuonTrackRetriever.cxx @@ -61,7 +61,6 @@ namespace JiveXML { const TrackRecordCollection* TrackRecordColl = NULL ; //Loop over all the collections and try a retrieve (more efficenct than //contain-retrieve combination) - std::vector<std::string>::const_iterator CollNameItr = m_TrackRecCollNames.begin(); for (auto CollNameItr : m_TrackRecCollNames ) { //be verbose ATH_MSG_DEBUG( "Trying to retrieve " << CollNameItr );