From 0b8b421323e4b06627b11cd8ffa67f73d949cd2b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 17 Dec 2013 07:38:49 +0100 Subject: [PATCH] Fix compiler warnings in ScheduledDowntime::FindNextSegment. Refs #5349 --- lib/icinga/scheduleddowntime.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/icinga/scheduleddowntime.cpp b/lib/icinga/scheduleddowntime.cpp index 7aa4a1c76..75f599524 100644 --- a/lib/icinga/scheduleddowntime.cpp +++ b/lib/icinga/scheduleddowntime.cpp @@ -86,8 +86,6 @@ std::pair ScheduledDowntime::FindNextSegment(void) ObjectLock olock(ranges); BOOST_FOREACH(const Dictionary::Pair& kv, ranges) { - tm rangeref; - Dictionary::Ptr segment = LegacyTimePeriod::FindNextSegment(kv.first, kv.second, &reference); if (!segment)