From ff7ac0487be2c348ba44197aef239a5eb482643b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 22 Sep 2015 15:16:38 -0700 Subject: . --- osdep/Phy.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp index feee2fea..d7c0ada2 100644 --- a/osdep/Phy.hpp +++ b/osdep/Phy.hpp @@ -965,7 +965,6 @@ public: break; case ZT_PHY_SOCKET_FD: { -#ifdef __UNIX_LIKE__ ZT_PHY_SOCKFD_TYPE sock = s->sock; const bool readable = ((FD_ISSET(sock,&rfds))&&(FD_ISSET(sock,&_readfds))); const bool writable = ((FD_ISSET(sock,&wfds))&&(FD_ISSET(sock,&_writefds))); @@ -974,7 +973,6 @@ public: _handler->phyOnFileDescriptorActivity((PhySocket *)&(*s),&(s->uptr),readable,writable); } catch ( ... ) {} } -#endif // __UNIX_LIKE__ } break; default: -- cgit v1.2.3