Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need for unused variables
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 11 Dec 2012 10:49:06 +0000 (11:49 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 11 Dec 2012 10:51:13 +0000 (11:51 +0100)
examples/msg/masterslave/masterslave_failure_platfgen.c

index 8194e32..3a7f226 100644 (file)
@@ -130,7 +130,6 @@ int master(int argc, char *argv[])
   double task_comp_size = 0;
   double task_comm_size = 0;
   int i;
-  _XBT_GNUC_UNUSED int read;
 
   number_of_tasks = TASK_COUNT_PER_HOST*argc;
   task_comp_size = TASK_COMP_SIZE;