Remove a comment that is no longer correct.

This commit is contained in:
chris 2003-09-28 03:12:25 +00:00
parent 8fdf8bd148
commit 25af7a9130

View File

@ -120,8 +120,7 @@ private:
? read_fds.max_descriptor() : write_fds.max_descriptor());
// Block on the select call without holding the lock so that new
// operations can be started while the call is executing. TODO pass the
// interval.
// operations can be started while the call is executing.
lock.unlock();
int retval = ::select(max_fd + 1, read_fds, write_fds, 0, 0);
lock.lock();