removed the HostStatus::report_dns_resolution_failure (not used any more)
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 29 Apr 2015 13:38:45 +0000 (15:38 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 14:57:58 +0000 (16:57 +0200)
src/host/hoststatus.cpp
src/host/hoststatus.h

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
 {
index 0bb1478..c5f558d 100644 (file)
@@ -46,7 +46,6 @@ public:
     void set_resolved_ip_count( const int resolved_ip_count );
     bool exceeded_ping_failed_limit() const;
     void update_ping_statistics( bool ping_success );
-    void report_dns_resolution_failure();
 
 private:
     bool tried_all_resolved_ip() const;