summaryrefslogtreecommitdiff
path: root/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
commit384aa602a1d54734f76d1d0fc59ef41d2415e03b (patch)
treeb398c0b6a051b26adeceaf54e66b6c0ec7998874 /cpp/include
parent74cf1e52ab5ef4f4c69a9b78f9664ea0558e5207 (diff)
downloadqpid-python-384aa602a1d54734f76d1d0fc59ef41d2415e03b.tar.gz
NO-JIRA: Removed unused isLocalHost() code
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1410360 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/sys/SystemInfo.h6
1 files changed, 0 insertions, 6 deletions
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
@@ -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().
*