summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Endpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Endpoint.cpp')
-rw-r--r--cpp/src/Ice/Endpoint.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/Endpoint.cpp b/cpp/src/Ice/Endpoint.cpp
index d8753565839..553a91a52cf 100644
--- a/cpp/src/Ice/Endpoint.cpp
+++ b/cpp/src/Ice/Endpoint.cpp
@@ -100,12 +100,6 @@ IceInternal::Endpoint::streamRead(Stream* s, EndpointPtr& v)
}
}
-bool
-IceInternal::Endpoint::regular() const
-{
- return !secure() && !datagram();
-}
-
IceInternal::UnknownEndpoint::UnknownEndpoint(Stream* s)
{
s->read(const_cast<vector<Byte>&>(_rawBytes));