diff options
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.cpp b/cpp/src/Ice/TcpTransceiver.cpp index 9f7a04c9496..61ef4589137 100644 --- a/cpp/src/Ice/TcpTransceiver.cpp +++ b/cpp/src/Ice/TcpTransceiver.cpp @@ -111,12 +111,8 @@ IceInternal::TcpTransceiver::getInfo() const } void -IceInternal::TcpTransceiver::checkSendSize(const Buffer& buf, size_t messageSizeMax) +IceInternal::TcpTransceiver::checkSendSize(const Buffer&) { - if(buf.b.size() > messageSizeMax) - { - Ex::throwMemoryLimitException(__FILE__, __LINE__, buf.b.size(), messageSizeMax); - } } IceInternal::TcpTransceiver::TcpTransceiver(const ProtocolInstancePtr& instance, const StreamSocketPtr& stream) : |