From e20303ced78d7a745fa2099dfb81e7ba7e5c74f4 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 24 Apr 2019 21:58:45 +0200 Subject: [PATCH 1/1] FIXME is irrelevant. --- examples/deprecated/msg/dht-pastry/dht-pastry.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.20.1