From 6e9db71448a715488fd9ae2d93ffe79de1456ce6 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Wed, 21 Nov 2018 14:57:48 +0000 Subject: [PATCH] No longer need the cost value in task struct --- src/task.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/task.h b/src/task.h index 7f050ea752..92db782f51 100644 --- a/src/task.h +++ b/src/task.h @@ -156,11 +156,6 @@ struct task { /*! Weight of the task */ float weight; -#if defined(WITH_MPI) && (defined(HAVE_METIS) || defined(HAVE_PARMETIS)) - /*! Individual cost estimate for this task. */ - float cost; -#endif - /*! Number of tasks unlocked by this one */ short int nr_unlock_tasks; -- GitLab