Remove unused last_in_downtime field

fixes #12602
This commit is contained in:
Michael Friedrich 2016-08-31 15:21:07 +02:00
parent e298191c2e
commit ae75575874
2 changed files with 0 additions and 3 deletions

View File

@ -290,8 +290,6 @@ void Checkable::ProcessCheckResult(const CheckResult::Ptr& cr, const MessageOrig
if (is_volatile && IsStateOK(old_state) && IsStateOK(new_state))
send_notification = false; /* Don't send notifications for volatile OK -> OK changes. */
SetLastInDowntime(in_downtime);
olock.Unlock();
if (remove_acknowledgement_comments)

View File

@ -128,7 +128,6 @@ abstract class Checkable : CustomVarObject
default {{{ return Application::GetStartTime(); }}}
};
[state] Timestamp last_state_unreachable;
[state] bool last_in_downtime;
[state] bool force_next_check;
[state] int acknowledgement (AcknowledgementRaw) {
default {{{ return AcknowledgementNone; }}}