Fix compiler warnings in ScheduledDowntime::FindNextSegment.

Refs #5349
This commit is contained in:
Gunnar Beutner 2013-12-17 07:38:49 +01:00
parent 65b41c51ff
commit 0b8b421323
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ std::pair<double, double> 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)