Fix unused variable in dbevents

refs #9055
This commit is contained in:
Michael Friedrich 2015-06-24 14:12:18 +02:00
parent a413532e54
commit 656286f887
1 changed files with 0 additions and 2 deletions

View File

@ -906,8 +906,6 @@ void DbEvents::AddStateChangeHistory(const Checkable::Ptr& checkable, const Chec
<< "add state change history for '" << checkable->GetName() << "'"; << "add state change history for '" << checkable->GetName() << "'";
double ts = cr->GetExecutionEnd(); double ts = cr->GetExecutionEnd();
double now = Utility::GetTime();
std::pair<unsigned long, unsigned long> state_time_bag = CompatUtility::ConvertTimestamp(ts); std::pair<unsigned long, unsigned long> state_time_bag = CompatUtility::ConvertTimestamp(ts);
DbQuery query1; DbQuery query1;