diff options
Diffstat (limited to 'cpp/src/IceBT/TransceiverI.cpp')
-rw-r--r-- | cpp/src/IceBT/TransceiverI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceBT/TransceiverI.cpp b/cpp/src/IceBT/TransceiverI.cpp index f4d06cf33ba..a528fb9386f 100644 --- a/cpp/src/IceBT/TransceiverI.cpp +++ b/cpp/src/IceBT/TransceiverI.cpp @@ -37,8 +37,6 @@ IceBT::TransceiverI::initialize(IceInternal::Buffer& readBuffer, IceInternal::Bu IceInternal::SocketOperation IceBT::TransceiverI::closing(bool initiator, const Ice::LocalException&) { - ::shutdown(_stream->fd(), SHUT_RDWR); - // // If we are initiating the connection closure, wait for the peer // to close the TCP/IP connection. Otherwise, close immediately. |