summaryrefslogtreecommitdiff
path: root/cpp/src/IceBT/TransceiverI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceBT/TransceiverI.cpp')
-rw-r--r--cpp/src/IceBT/TransceiverI.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/IceBT/TransceiverI.cpp b/cpp/src/IceBT/TransceiverI.cpp
index c81791c3799..f4d06cf33ba 100644
--- a/cpp/src/IceBT/TransceiverI.cpp
+++ b/cpp/src/IceBT/TransceiverI.cpp
@@ -37,9 +37,6 @@ IceBT::TransceiverI::initialize(IceInternal::Buffer& readBuffer, IceInternal::Bu
IceInternal::SocketOperation
IceBT::TransceiverI::closing(bool initiator, const Ice::LocalException&)
{
- //
- // Bluetooth sockets seem to need this in order to shut down in a timely fashion.
- //
::shutdown(_stream->fd(), SHUT_RDWR);
//