From e2affb82410af2d571931cd5f8ed48824939b984 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 15 Jun 2012 10:13:58 +0200 Subject: [PATCH] Remove unused variable. --- examples/simdag/sd_comm_throttling.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/simdag/sd_comm_throttling.c b/examples/simdag/sd_comm_throttling.c index a9fb24f1dc..4313e01d86 100644 --- a/examples/simdag/sd_comm_throttling.c +++ b/examples/simdag/sd_comm_throttling.c @@ -21,8 +21,6 @@ int main(int argc, char **argv) SD_task_t task, taskA, taskB, taskC, taskD, taskE; xbt_dynar_t changed_tasks; - SD_workstation_t workstation_list[4]; - /* initialization of SD */ SD_init(&argc, argv); -- 2.20.1