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
commitc6b38fbf8c86acdf053da874f3be3b8674ebf68c (patch)
treeb398c0b6a051b26adeceaf54e66b6c0ec7998874 /cpp/include
parentfc6cac69d8f13a3c61899812282af9bf05f6f514 (diff)
downloadqpid-python-c6b38fbf8c86acdf053da874f3be3b8674ebf68c.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().
*