Removed an unecessary condition that GCC optimizes out and produces a warning blocking compilation.
Compare changes
+ 2
− 2
@@ -592,7 +592,7 @@ void parts_sort(struct part *parts, struct xpart *xparts, int *ind, int N,
@@ -732,7 +732,7 @@ void gparts_sort(struct gpart *gparts, int *ind, int N, int min, int max) {