From 92053543f27ea23194b2ef0d88e216e6f1fb02fd Mon Sep 17 00:00:00 2001 From: cristianrosa Date: Tue, 11 May 2010 15:46:57 +0000 Subject: [PATCH 1/1] Bugfix:delete unused variables in order to compile git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7738 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/simdag/sd_seq_access.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/simdag/sd_seq_access.c b/examples/simdag/sd_seq_access.c index bdb799897d..ba45eb44b3 100644 --- a/examples/simdag/sd_seq_access.c +++ b/examples/simdag/sd_seq_access.c @@ -21,8 +21,6 @@ int main(int argc, char **argv) int kind; SD_task_t task, taskA, taskB, taskC; SD_task_t *changed_tasks; - xbt_ex_t ex; - const int workstation_number = 2; SD_workstation_t workstation_list[2]; double computation_amount[2]; double communication_amount[4] = { 0 }; -- 2.20.1