Skip to content

Commit

Permalink
Merge pull request #3817 from degano/fix_clangerr_condtoolsruninfo_71X
Browse files Browse the repository at this point in the history
Clang -- Fix error in CondTools/RunInfo.
  • Loading branch information
ktf committed May 13, 2014
2 parents 820d320 + bc2ae33 commit 67fd3a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CondTools/RunInfo/src/L1TriggerScalerRead.cc
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ std::cout<< "table handling " << std::endl;
Itemp.m_date = boost::posix_time::to_iso_extended_string(pt);
std::cout<< " date extracted == " << Itemp.m_date << std::endl;
} else {
Itemp.m_date=="NULL";
std::cout<< "date extracted == " << Itemp.m_date<<std::endl;
}
delete queryIII;
Expand Down

0 comments on commit 67fd3a9

Please sign in to comment.