Skip to content

Commit 1b457f3

Browse files
committed
Remove dead code
1 parent c11c6bc commit 1b457f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builder/make-config-files.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ let
4343
libDir = "lib/${ghcCommand}-${ghc.version}";
4444
packageCfgDir = "${libDir}/package.conf.d";
4545

46-
47-
isComponentLibrary = d: d.identifier == identifier;
48-
4946
# Filters out only library packages that for this GHC target
5047
# TODO investigate why this is needed
5148
# TODO find out why p ? configFiles helps (for instance for `R1909.aarch64-unknown-linux-gnu.tests.cabal-22.run.x86_64-linux`)

0 commit comments

Comments
 (0)