HW/WiimoteReal: Remove an old comment. We block infinitely now.

This commit is contained in:
Jordan Woyak 2019-11-09 18:45:09 -06:00
parent eebc64aaf8
commit 59ebaed81c

View file

@ -223,8 +223,6 @@ void WiimoteLinux::IOWakeup()
// zero = error
int WiimoteLinux::IORead(u8* buf)
{
// Block select for 1/2000th of a second
fd_set fds;
FD_ZERO(&fds);
FD_SET(m_int_sock, &fds);