Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Dec 19, 2024
1 parent 8236c6d commit 1f75ab7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/dc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# The latest version of this software should be available from my homepage:
# http://www.pjcj.net

# set -x

if ((BASH_VERSINFO[0] < 5)); then
echo "❌ bash version $BASH_VERSION is too old. Please install v5 or higher."
exit 1
Expand Down Expand Up @@ -151,10 +149,10 @@ setup() {
export CPANCOVER_DOCKER=$docker
export CPANCOVER_IMAGE=$docker_image
export CPANCOVER_DRYRUN=$dryrun

dcdir=$("$readl" -f "$srcdir/..")
}


dcdir=$("$readl" -f "$srcdir/..")
nice_cpus() {
perl -Iutils -MDevel::Cover::BuildUtils=nice_cpus -e "print nice_cpus"
}
Expand Down

0 comments on commit 1f75ab7

Please sign in to comment.