X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsorter%2Farray.c;h=6d6556005daf584a62e73ec708d19d14c5e36009;hb=ed4e86de76d1c3bfb685207fe00078950f67355a;hp=43b02fabb9cad171b535c883117e30a94cf1ccb1;hpb=1002a7acda2ba030ad9ca92fbb2ecbb88ec23001;p=libucw.git diff --git a/lib/sorter/array.c b/lib/sorter/array.c index 43b02fab..6d655600 100644 --- a/lib/sorter/array.c +++ b/lib/sorter/array.c @@ -460,7 +460,6 @@ asort_run(struct asort_context *ctx) { ASORT_XTRACE(2, "Decided to use parallel radix-sort (swap=%d)", swap); threaded_radixsort(ctx, swap); - return; } else #endif