From: Augustin Degomme Date: Mon, 10 Jun 2013 15:11:17 +0000 (+0200) Subject: useless line X-Git-Tag: v3_9_90~296 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/59da8fcd5344f65ef28eb1106233049c126e2c18?hp=51f0b3ebf52e6b7c6422e0be68bfc7a8cf732eb3 useless line --- diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index d399b462f8..3cdc13b403 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -400,7 +400,6 @@ smx_action_t SIMIX_comm_isend(smx_process_t src_proc, smx_rdv_t rdv, other_action->state = SIMIX_READY; other_action->comm.dst_proc=rdv->permanent_receiver; other_action->comm.refcount++; - other_action->comm.rdv = rdv; xbt_fifo_push(rdv->done_comm_fifo,other_action); other_action->comm.rdv=rdv; XBT_DEBUG("pushing a message into the permanent receive fifo %p, comm %p \n", rdv, &(other_action->comm));