From: Arnaud Giersch Date: Thu, 6 Mar 2014 11:56:54 +0000 (+0100) Subject: Remove unused variables. X-Git-Tag: v3_11~242^2~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/00b3a9e9f8a8cc61947afadbfb2db026b4b7f56d?hp=03c27179831733fff83ac0f341ce94b1be8be9ad Remove unused variables. --- diff --git a/teshsuite/msg/host_on_off.c b/teshsuite/msg/host_on_off.c index 8d01fc42ea..cc542af7fa 100644 --- a/teshsuite/msg/host_on_off.c +++ b/teshsuite/msg/host_on_off.c @@ -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 read; sprintf(mailbox, "jupi"); diff --git a/teshsuite/msg/task_destroy_cancel.c b/teshsuite/msg/task_destroy_cancel.c index 6daa0d270d..e0cfa53fe6 100644 --- a/teshsuite/msg/task_destroy_cancel.c +++ b/teshsuite/msg/task_destroy_cancel.c @@ -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 read; double duration, start, end; sprintf(mailbox, "jupi");