removed the HostStatus::report_dns_resolution_failure (not used any more)
[pingcheck] / src / host / hoststatus.h
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;