diff options
Diffstat (limited to 'osdep/Phy.hpp')
-rw-r--r-- | osdep/Phy.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp index 85342259..c7b2a340 100644 --- a/osdep/Phy.hpp +++ b/osdep/Phy.hpp @@ -814,7 +814,6 @@ public: tv.tv_sec = (long)(timeout / 1000); tv.tv_usec = (long)((timeout % 1000) * 1000); - //fprintf(stderr, "Phy.poll()\n"); if (::select((int)_nfds + 1,&rfds,&wfds,&efds,(timeout > 0) ? &tv : (struct timeval *)0) <= 0) return; |