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

Remove unused variable to fix gcc7 compiler warning

Former-commit-id: 86b54779d20018f352a2d6fde186f662f895eee5
parent db884fec
Branches feature/improved-link-combiner
No related tags found
No related merge requests found
...@@ -61,7 +61,6 @@ namespace JiveXML { ...@@ -61,7 +61,6 @@ namespace JiveXML {
const TrackRecordCollection* TrackRecordColl = NULL ; const TrackRecordCollection* TrackRecordColl = NULL ;
//Loop over all the collections and try a retrieve (more efficenct than //Loop over all the collections and try a retrieve (more efficenct than
//contain-retrieve combination) //contain-retrieve combination)
std::vector<std::string>::const_iterator CollNameItr = m_TrackRecCollNames.begin();
for (auto CollNameItr : m_TrackRecCollNames ) { for (auto CollNameItr : m_TrackRecCollNames ) {
//be verbose //be verbose
ATH_MSG_DEBUG( "Trying to retrieve " << CollNameItr ); ATH_MSG_DEBUG( "Trying to retrieve " << CollNameItr );
......
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