From ca6a8f54abc857d5a198e4424d83663f4c5a06df Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Thu, 27 Apr 2017 10:10:47 +0100 Subject: [PATCH] Removed unneeded function declaration. --- src/runner_doiact_vec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runner_doiact_vec.c b/src/runner_doiact_vec.c index ba34b070ec..19ed3247f7 100644 --- a/src/runner_doiact_vec.c +++ b/src/runner_doiact_vec.c @@ -27,7 +27,6 @@ /* This object's header. */ #include "runner_doiact_vec.h" -void runner_dopair1_density(struct runner *r, struct cell *ci, struct cell *cj); #ifdef WITH_VECTORIZATION /** * @brief Compute the vector remainder interactions from the secondary cache. @@ -1373,7 +1372,6 @@ void runner_dopair1_density_vec(struct runner *r, struct cell *ci, } /* loop over the parts in cj. */ TIMER_TOC(timer_dopair_density); - } #endif /* WITH_VECTORIZATION */ -- GitLab