removed the HostStatus::report_dns_resolution_failure (not used any more)
[pingcheck] / src / host / hoststatus.cpp
index f6a0257..41cab9e 100644 (file)
@@ -106,11 +106,6 @@ void HostStatus::update_ping_statistics( bool ping_success )
     BOOST_ASSERT( PingsFailedCount <= PingsPerformedCount );
 }
 
-void HostStatus::report_dns_resolution_failure()
-{
-    LinkAnalyzer->notify_host_down( HostAddress );
-}
-
 
 bool HostStatus::tried_all_resolved_ip() const
 {