diff options
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.cpp b/cpp/src/Ice/TcpTransceiver.cpp index 43d715d6314..17564a93bd3 100644 --- a/cpp/src/Ice/TcpTransceiver.cpp +++ b/cpp/src/Ice/TcpTransceiver.cpp @@ -287,9 +287,6 @@ IceInternal::TcpTransceiver::TcpTransceiver(const InstancePtr& instance, SOCKET _state(connected ? StateConnected : StateNeedConnect), _desc(fdToString(_fd)) { - FD_ZERO(&_rFdSet); - FD_ZERO(&_wFdSet); - #ifdef _WIN32 // // On Windows, limiting the buffer size is important to prevent |