From: Guilherme Maciel Ferreira Date: Fri, 22 Jul 2011 02:09:28 +0000 (-0300) Subject: Removed the unused get_identifier() method X-Git-Tag: v1.1^2~48 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=8c72cf7a15912b1bdb020964a031d066e8189b26;p=pingcheck Removed the unused get_identifier() method --- diff --git a/src/icmp/icmppinger.h b/src/icmp/icmppinger.h index ee38a51..3c807f6 100644 --- a/src/icmp/icmppinger.h +++ b/src/icmp/icmppinger.h @@ -70,8 +70,6 @@ private: void set_ping_status( IcmpPinger::PingStatus ping_status ); - uint16_t get_identifier() const; - bool select_source_network_interface( const std::string &source_network_interface );