diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2022-05-25 09:30:10 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-30 09:43:05 -0400 |
commit | f2e707077bfef6ca5f9cb1a1b2bfaa14c0637c40 (patch) | |
tree | d82898fcf36a464b2111622e48ecfa2fda2e47d5 | |
parent | 6f5ff4fa0ee6b25ea5c2ed4fe0470f6975030f4d (diff) | |
download | haskell-f2e707077bfef6ca5f9cb1a1b2bfaa14c0637c40.tar.gz |
Hadrian: remove unused code
-rw-r--r-- | hadrian/src/Rules/Lint.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Lint.hs b/hadrian/src/Rules/Lint.hs index dda608353c..fa279fa836 100644 --- a/hadrian/src/Rules/Lint.hs +++ b/hadrian/src/Rules/Lint.hs @@ -9,7 +9,6 @@ import System.Exit (exitFailure) lintRules :: Rules () lintRules = do - root <- buildRootRules "lint:base" ~> lint base "lint:compiler" ~> lint compiler "libraries" -/- "base" -/- "include" -/- "HsBaseConfig.h" %> \_ -> |