From 00b3a9e9f8a8cc61947afadbfb2db026b4b7f56d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 6 Mar 2014 12:56:54 +0100 Subject: [PATCH 1/1] Remove unused variables. --- teshsuite/msg/host_on_off.c | 1 - teshsuite/msg/task_destroy_cancel.c | 1 - 2 files changed, 2 deletions(-) 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"); -- 2.20.1