diff options
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 69172c5f12c..8e546730140 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -66,10 +66,6 @@ private: struct sockaddr_storage _mcastAddr; SOCKET _fd; -#ifdef _WIN32 - fd_set _rFdSet; - fd_set _wFdSet; -#endif bool _connect; int _rcvSize; int _sndSize; |