From 418ef6697899a2a8d80d25c91fdd83783511cfea Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durhama.ac.uk>
Date: Tue, 12 Jan 2016 16:29:37 +0000
Subject: [PATCH] Removed tracking of tasks

---
 src/runner.c    | 2 +-
 src/scheduler.c | 2 +-
 src/task.c      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/runner.c b/src/runner.c
index 9667ec8cc1..30777c446f 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 6cbc81d6cc..726f71c6ed 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 3a3653e118..a388cb69a3 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] = {
-- 
GitLab