Skip to content

Commit df07b02

Browse files
committed
Remove some dead code
1 parent 3f7c758 commit df07b02

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/cover-project.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ in pkgs.runCommand "project-coverage-report"
7373
mkdir -p $out/share/hpc/mix/
7474
mkdir -p $out/share/hpc/html/
7575
76-
findMixDir() {
77-
find $1 -iwholename "*/hpc/vanilla/mix" -exec find {} -maxdepth 1 -type d -iwholename "*/mix/*" \; -quit
78-
}
79-
80-
findCabalFile() {
81-
find $1 -iname "*.cabal" -print -quit
82-
}
83-
8476
# Create tix file with test run information for all packages
8577
tixFile="$out/share/hpc/tix/all/all.tix"
8678
hpcSumCmd=("hpc" "sum" "--union" "--output=$tixFile")

0 commit comments

Comments
 (0)