Skip to content

Commit

Permalink
Removed unused variable from HLTV32DB
Browse files Browse the repository at this point in the history
This fixes a clang warning.
  • Loading branch information
Dr15Jones committed Jan 22, 2019
1 parent 64c594d commit 14c5595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoLuminosity/LumiProducer/plugins/HLTV32DB.cc
Expand Up @@ -411,7 +411,6 @@ namespace lumi{
HltResult::iterator hltItEnd,
HltPathMap& hltpathmap,
unsigned int commitintv){
HltResult::iterator hltIt;
unsigned int totalcmsls=std::distance(hltItBeg,hltItEnd);
std::cout<<"inserting totalcmsls "<<totalcmsls<<std::endl;
coral::AttributeList lshltData;
Expand Down

0 comments on commit 14c5595

Please sign in to comment.