Fix unused variable in dbevents

refs #9055
This commit is contained in:
Michael Friedrich 2015-06-24 14:12:18 +02:00
parent 0940b7a48d
commit 45a0f09532
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() << "'";
double ts = cr->GetExecutionEnd();
double now = Utility::GetTime();
std::pair<unsigned long, unsigned long> state_time_bag = CompatUtility::ConvertTimestamp(ts);
DbQuery query1;