From 45a0f09532fc4954fe12c77a667e62082b5667ba Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 24 Jun 2015 14:12:18 +0200 Subject: [PATCH] Fix unused variable in dbevents refs #9055 --- lib/db_ido/dbevents.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/db_ido/dbevents.cpp b/lib/db_ido/dbevents.cpp index 956eb6e0a..3453ac621 100644 --- a/lib/db_ido/dbevents.cpp +++ b/lib/db_ido/dbevents.cpp @@ -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 state_time_bag = CompatUtility::ConvertTimestamp(ts); DbQuery query1; -- 2.40.0