summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/utils/Util.hs9
1 files changed, 1 insertions, 8 deletions
diff --git a/compiler/utils/Util.hs b/compiler/utils/Util.hs
index ecbef752f1..51812cca75 100644
--- a/compiler/utils/Util.hs
+++ b/compiler/utils/Util.hs
@@ -10,7 +10,7 @@
--
module Util (
-- * Flags dependent on the compiler build
- ghciSupported, debugIsOn, ncgDebugIsOn,
+ ghciSupported, debugIsOn,
ghciTablesNextToCode,
isWindowsHost, isDarwinHost,
@@ -198,13 +198,6 @@ debugIsOn = True
debugIsOn = False
#endif
-ncgDebugIsOn :: Bool
-#if defined(NCG_DEBUG)
-ncgDebugIsOn = True
-#else
-ncgDebugIsOn = False
-#endif
-
ghciTablesNextToCode :: Bool
#if defined(GHCI_TABLES_NEXT_TO_CODE)
ghciTablesNextToCode = True