diff --git a/src/runner.c b/src/runner.c index 9667ec8cc1cdcf3ae1f77cb19c12e0830bf6da5e..30777c446fc40e1ae7cda0bcb4d3b9087965aa09 100644 --- a/src/runner.c +++ b/src/runner.c @@ -44,7 +44,7 @@ #include "timers.h" #include "timestep.h" -struct task *store = NULL; +//struct task *store = NULL; /* Include the right variant of the SPH interactions */ diff --git a/src/scheduler.c b/src/scheduler.c index 6cbc81d6cccc857f0a04b7968038fd5c976d9aaf..726f71c6ede452ca79bc6fe45611005d9538c812 100644 --- a/src/scheduler.c +++ b/src/scheduler.c @@ -46,7 +46,7 @@ #include "kernel.h" #include "timers.h" -extern struct task *store; +//extern struct task *store; /** * @brief Add an unlock_task to the given task. diff --git a/src/task.c b/src/task.c index 3a3653e118d43609d4aaa2e22cca96aee46210f0..a388cb69a3b145ab14b274d3470ce7c192e1aa3f 100644 --- a/src/task.c +++ b/src/task.c @@ -41,7 +41,7 @@ #include "error.h" #include "lock.h" -struct task *store; +//struct task *store; /* Task type names. */ const char *taskID_names[task_type_count] = {