Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused variables.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 6 Mar 2014 11:56:54 +0000 (12:56 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 6 Mar 2014 11:57:40 +0000 (12:57 +0100)
teshsuite/msg/host_on_off.c
teshsuite/msg/task_destroy_cancel.c

index 8d01fc4..cc542af 100644 (file)
@@ -68,7 +68,6 @@ int slave(int argc, char *argv[])
   _XBT_GNUC_UNUSED int res;
   int id = -1;
   char mailbox[80];
   _XBT_GNUC_UNUSED int res;
   int id = -1;
   char mailbox[80];
-  _XBT_GNUC_UNUSED int read;
 
   sprintf(mailbox, "jupi");
 
 
   sprintf(mailbox, "jupi");
 
index 6daa0d2..e0cfa53 100644 (file)
@@ -77,7 +77,6 @@ int slave(int argc, char *argv[])
   _XBT_GNUC_UNUSED int res;
   int id = -1;
   char mailbox[80];
   _XBT_GNUC_UNUSED int res;
   int id = -1;
   char mailbox[80];
-  _XBT_GNUC_UNUSED int read;
   double duration, start, end;
   sprintf(mailbox, "jupi");
 
   double duration, start, end;
   sprintf(mailbox, "jupi");