Fix warnings on initial startup (i.e. without a state file).

Fixes #3606
This commit is contained in:
Gunnar Beutner 2013-02-05 15:43:38 +01:00
parent 79efdd89d6
commit 59f1d3ffc0
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ void DelegationComponent::Start(void)
m_DelegationTimer->SetInterval(30);
m_DelegationTimer->OnTimerExpired.connect(boost::bind(&DelegationComponent::DelegationTimerHandler, this));
m_DelegationTimer->Start();
m_DelegationTimer->Reschedule(0);
}
bool DelegationComponent::IsEndpointChecker(const Endpoint::Ptr& endpoint)