Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix build
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 12 Aug 2018 18:10:48 +0000 (20:10 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 12 Aug 2018 18:10:48 +0000 (20:10 +0200)
examples/msg/platform-failures/platform-failures.c

index f1d5d5b..f7656af 100644 (file)
@@ -105,7 +105,6 @@ static int worker(int argc, char *argv[])
     msg_task_t task = NULL;
     XBT_INFO("Waiting a message on %s", mailbox);
     int retcode = MSG_task_receive( &(task), mailbox);
-    double time2 = MSG_get_clock();
     if (retcode == MSG_OK) {
       if (MSG_task_get_data(task) == FINALIZE) {
         MSG_task_destroy(task);