summaryrefslogtreecommitdiffstats
path: root/parallel_xz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'parallel_xz.sh')
-rwxr-xr-xparallel_xz.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/parallel_xz.sh b/parallel_xz.sh
index e2c961102..bc08a548d 100755
--- a/parallel_xz.sh
+++ b/parallel_xz.sh
@@ -16,11 +16,6 @@ while test "$#" != 0; do
shift
done
-#This seems to cause problems with large numbers
-if (( $procgroup > 4 )); then
- procgroup=4
-fi
-
# If told to use only one cpu:
test "$procgroup" || exec xargs -r xz
test "$procgroup" = 1 && exec xargs -r xz