From: Michal Sojka Date: Thu, 13 Aug 2009 09:01:17 +0000 (+0200) Subject: Remove obsolete comment X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/commitdiff_plain/b3f780bf4bda402c5fb4c6de53b44d004729a30b?ds=sidebyside Remove obsolete comment --- diff --git a/fwp/lib/fwp/fwp_endpoint.c b/fwp/lib/fwp/fwp_endpoint.c index 7173c57..eb894cf 100644 --- a/fwp/lib/fwp/fwp_endpoint.c +++ b/fwp/lib/fwp/fwp_endpoint.c @@ -540,7 +540,6 @@ ssize_t fwp_recv(fwp_endpoint_d_t epointd, } while (1){ - /* FIXME: What about using a loop here and continue instead of goto???? */ /* FWP_EPOINT_RELIABLE */ fdset = fwp_epoint->fdset; if (select(FD_SETSIZE, &fdset, (fd_set *)0,