From 497e2fd1be2b42561276b2bc435de03ea5fcc32c Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Fri, 22 Sep 2017 09:20:01 +0100
Subject: [PATCH] Removed shadowed variable.

---
 src/runner_doiact_vec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/runner_doiact_vec.c b/src/runner_doiact_vec.c
index b90b8aec75..652b885673 100644
--- a/src/runner_doiact_vec.c
+++ b/src/runner_doiact_vec.c
@@ -1718,7 +1718,7 @@ void runner_dopair2_force_vec(struct runner *r, struct cell *ci,
         }
 #endif
 
-        vector v_dx, v_dy, v_dz, v_r2;
+        vector v_dx, v_dy, v_dz;
 
         /* Load 2 sets of vectors from the particle cache. */
         pix.v = vec_load(&ci_cache->x[ci_cache_idx]);
-- 
GitLab