From a2f9053c7d6a472fcf6a570e4d1b09c8c0b0de72 Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Thu, 9 Aug 2018 12:09:22 +0200
Subject: [PATCH] Remove cell_spart_are_drifted

---
 src/active.h | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/active.h b/src/active.h
index 7eab6f87d8..4ba442c2c2 100644
--- a/src/active.h
+++ b/src/active.h
@@ -73,20 +73,6 @@ __attribute__((always_inline)) INLINE static int cell_are_gpart_drifted(
   return (c->ti_old_gpart == e->ti_current);
 }
 
-/**
- * @brief Check that the #spart in a #cell have been drifted to the current
- * time.
- *
- * @param c The #cell.
- * @param e The #engine containing information about the current time.
- * @return 1 if the #cell has been drifted to the current time, 0 otherwise.
- */
-__attribute__((always_inline)) INLINE static int cell_are_spart_drifted(
-    const struct cell *c, const struct engine *e) {
-
-  return 1;
-}
-
 /* Are cells / particles active for regular tasks ? */
 
 /**
-- 
GitLab