Skip to content
Snippets Groups Projects
Commit de72d25a authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

remove unused variable.

parent 7222e223
Branches
Tags
1 merge request!60Parallel scheduler
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment