summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-03-29 20:26:16 -0400
committerMatthew Pickering <matthewtpickering@gmail.com>2022-04-01 11:10:06 +0100
commitad6cd16515101c331123bd3566b9c0861a6cac5f (patch)
tree3114c25168af0bc6a7cf65a759ac5a59b01d4fcb
parentdf65d732d6a39e6d0a7886dc5faa265caece3ce0 (diff)
downloadhaskell-ad6cd16515101c331123bd3566b9c0861a6cac5f.tar.gz
hadrian: Remove vestigial -this-unit-id support check
This has been dead code since 400ead81e80f66ad7b1260b11b2a92f25ccc3e5a.
-rw-r--r--hadrian/cfg/system.config.in2
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@