Skip to content
Snippets Groups Projects
Commit ca6a8f54 authored by James Willis's avatar James Willis
Browse files

Removed unneeded function declaration.

parent dfdcd16b
No related branches found
No related tags found
1 merge request!320Dopair1 vectorisation merge
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
/* This object's header. */ /* This object's header. */
#include "runner_doiact_vec.h" #include "runner_doiact_vec.h"
void runner_dopair1_density(struct runner *r, struct cell *ci, struct cell *cj);
#ifdef WITH_VECTORIZATION #ifdef WITH_VECTORIZATION
/** /**
* @brief Compute the vector remainder interactions from the secondary cache. * @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, ...@@ -1373,7 +1372,6 @@ void runner_dopair1_density_vec(struct runner *r, struct cell *ci,
} /* loop over the parts in cj. */ } /* loop over the parts in cj. */
TIMER_TOC(timer_dopair_density); TIMER_TOC(timer_dopair_density);
} }
#endif /* WITH_VECTORIZATION */ #endif /* WITH_VECTORIZATION */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment