summaryrefslogtreecommitdiff
path: root/compiler/GHC
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
parentbab4ec8f62352a6361a5fd2cbdc5f12eca8928e7 (diff)
downloadhaskell-8ea33edb2beb64cde7d51777787e232d4cd4fef1.tar.gz
Remove unused sGhcWithNativeCodeGen
Diffstat (limited to 'compiler/GHC')
-rw-r--r--compiler/GHC/Driver/Session.hs1
-rw-r--r--compiler/GHC/Settings.hs3
2 files changed, 0 insertions, 4 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs
index 2982dbaefd..04ff23d5fe 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -130,7 +130,6 @@ module GHC.Driver.Session (
sExtraGccViaCFlags,
sTargetPlatformString,
sGhcWithInterpreter,
- sGhcWithNativeCodeGen,
sGhcWithSMP,
sGhcRTSWays,
sLibFFI,
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