summaryrefslogtreecommitdiff
path: root/compiler/GHC/Settings.hs
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-06-29 17:31:37 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-22 20:19:59 -0400
commit8ea33edb2beb64cde7d51777787e232d4cd4fef1 (patch)
tree25a089402a2465ffd5dfa644f730a8bd4d178eac /compiler/GHC/Settings.hs
parentbab4ec8f62352a6361a5fd2cbdc5f12eca8928e7 (diff)
downloadhaskell-8ea33edb2beb64cde7d51777787e232d4cd4fef1.tar.gz
Remove unused sGhcWithNativeCodeGen
Diffstat (limited to 'compiler/GHC/Settings.hs')
-rw-r--r--compiler/GHC/Settings.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/GHC/Settings.hs b/compiler/GHC/Settings.hs
index 354fa15e4d..6bfc1bac5f 100644
--- a/compiler/GHC/Settings.hs
+++ b/compiler/GHC/Settings.hs
@@ -56,7 +56,6 @@ module GHC.Settings
, sExtraGccViaCFlags
, sTargetPlatformString
, sGhcWithInterpreter
- , sGhcWithNativeCodeGen
, sGhcWithSMP
, sGhcRTSWays
, sLibFFI
@@ -261,8 +260,6 @@ sTargetPlatformString :: Settings -> String
sTargetPlatformString = platformMisc_targetPlatformString . sPlatformMisc
sGhcWithInterpreter :: Settings -> Bool
sGhcWithInterpreter = platformMisc_ghcWithInterpreter . sPlatformMisc
-sGhcWithNativeCodeGen :: Settings -> Bool
-sGhcWithNativeCodeGen = platformMisc_ghcWithNativeCodeGen . sPlatformMisc
sGhcWithSMP :: Settings -> Bool
sGhcWithSMP = platformMisc_ghcWithSMP . sPlatformMisc
sGhcRTSWays :: Settings -> String