diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-03-29 20:26:16 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-03-29 20:26:16 -0400 |
commit | b6b0f0c4995b37ba93c3959f795f444938a263eb (patch) | |
tree | d7d4fa683dee2d7ca15d1e8ca5cfb1e0884119e7 | |
parent | dda46e2da13268c239db3290720b014cef00c01d (diff) | |
download | haskell-wip/rm-dead-code-supports-this-unit-id.tar.gz |
hadrian: Remove vestigial -this-unit-id support checkwip/rm-dead-code-supports-this-unit-id
This has been dead code since 400ead81e80f66ad7b1260b11b2a92f25ccc3e5a.
-rw-r--r-- | hadrian/cfg/system.config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in index f8669c7315..0c2a76b7ac 100644 --- a/hadrian/cfg/system.config.in +++ b/hadrian/cfg/system.config.in @@ -89,8 +89,6 @@ ghc-patch-level = @GhcPatchLevel@ bootstrap-threaded-rts = @GhcThreadedRts@ bootstrap-event-logging-rts = @GhcEventLoggingRts@ -supports-this-unit-id = @SUPPORTS_THIS_UNIT_ID@ - project-name = @ProjectName@ project-version = @ProjectVersion@ project-version-int = @ProjectVersionInt@ |