From: Arnaud Giersch Date: Wed, 24 Apr 2019 19:58:45 +0000 (+0200) Subject: FIXME is irrelevant. X-Git-Tag: v3.22.2~49 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e20303ced78d7a745fa2099dfb81e7ba7e5c74f4?hp=2b2677ab2f08298e2517f5ee3f56dfb9916234b6 FIXME is irrelevant. --- diff --git a/examples/deprecated/msg/dht-pastry/dht-pastry.c b/examples/deprecated/msg/dht-pastry/dht-pastry.c index a5ef7b6a96..ba71a214e8 100644 --- a/examples/deprecated/msg/dht-pastry/dht-pastry.c +++ b/examples/deprecated/msg/dht-pastry/dht-pastry.c @@ -511,7 +511,6 @@ static int node(int argc, char *argv[]) if (node.comm_receive == NULL) { task_received = NULL; node.comm_receive = MSG_task_irecv(&task_received, node.mailbox); - // FIXME: do not make MSG_task_irecv() calls from several functions } if (!MSG_comm_test(node.comm_receive)) { MSG_process_sleep(5);