summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-11-16 14:27:08 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-11-16 14:27:08 +0000
commit9d277505a7640b1f03039009f5dd41c9a3678e5c (patch)
treefcaa5b1f56b557220a777454eda9d7736c5d0bcf /qpid/cpp/include
parent4f8712fd4dcd6edfd471f81f166b636e8b03f6e2 (diff)
downloadqpid-python-9d277505a7640b1f03039009f5dd41c9a3678e5c.tar.gz
NO-JIRA: Removed unused isLocalHost() code
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1410360 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qpid/sys/SystemInfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/qpid/cpp/include/qpid/sys/SystemInfo.h b/qpid/cpp/include/qpid/sys/SystemInfo.h
index f1434a9a7c..7e5d372300 100644
--- a/qpid/cpp/include/qpid/sys/SystemInfo.h
+++ b/qpid/cpp/include/qpid/sys/SystemInfo.h
@@ -53,12 +53,6 @@ QPID_COMMON_EXTERN bool getLocalHostname (Address &address);
QPID_COMMON_EXTERN void getLocalIpAddresses (uint16_t port, std::vector<Address> &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().
*