From 384aa602a1d54734f76d1d0fc59ef41d2415e03b Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 16 Nov 2012 14:27:08 +0000 Subject: NO-JIRA: Removed unused isLocalHost() code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1410360 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/sys/SystemInfo.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qpid/sys/SystemInfo.h b/cpp/include/qpid/sys/SystemInfo.h index f1434a9a7c..7e5d372300 100644 --- a/cpp/include/qpid/sys/SystemInfo.h +++ b/cpp/include/qpid/sys/SystemInfo.h @@ -52,12 +52,6 @@ QPID_COMMON_EXTERN bool getLocalHostname (Address &address); */ QPID_COMMON_EXTERN void getLocalIpAddresses (uint16_t port, std::vector
&addrList); -/** - * Return true if host names an address of the local host. - *@param host host name or IP address. - */ -QPID_COMMON_EXTERN bool isLocalHost(const std::string& host); - /** * Retrieve system identifiers and versions. This is information that can * generally be retrieved via POSIX uname(). -- cgit v1.2.1