From de72d25acf563151c0797cdfd7a4ba47a7c08aaf Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <gonnet@google.com>
Date: Fri, 20 Nov 2015 21:56:29 +0100
Subject: [PATCH] remove unused variable.

---
 src/space.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/space.c b/src/space.c
index 9272888732..5d032a99fc 100644
--- a/src/space.c
+++ b/src/space.c
@@ -484,7 +484,6 @@ void space_rebuild(struct space *s, double cell_max, int verbose) {
 
 void space_parts_sort(struct space *s, int *ind, int N, int min, int max) {
   // Populate a parallel_sort structure with the input data.
-  struct parallel_sort sort;
   space_sort_struct.parts = s->parts;
   space_sort_struct.xparts = s->xparts;
   space_sort_struct.ind = ind;
-- 
GitLab