Skip to content

Commit

Permalink
remove old unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jun 19, 2017
1 parent fb66f93 commit ea44251
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib/io/schedule.c
Expand Up @@ -535,14 +535,3 @@ fr_network_t *fr_schedule_socket_add(fr_schedule_t *sc, fr_listen_t const *io)

return sc->sn->rc;
}


/*
* @todo single threaded mode. Instead of having function
* specific to single threaded mode, just fix the event loop.
*
* Allow for it to have multiple EVFILT_USER callbacks. They are
* called in sequence. A function which "consumes" the event
* sets it's type to EVFILT_SYSCOUNT, which is ignored by
* everything else.
*/

0 comments on commit ea44251

Please sign in to comment.