summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2017-09-19 08:11:50 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2017-09-19 08:37:16 +0200
commita2f004b68ad4d69fd02be419f7517570baa28a58 (patch)
tree832d5a8e6db4e3bce148786402e2cc55c7dcf8c0
parent10ca8018900364579123bf3912202176d338d3c6 (diff)
downloadhaskell-a2f004b68ad4d69fd02be419f7517570baa28a58.tar.gz
Remove redundant/obsolete CPP usage
This `#if 0`/`#endif` block has been around for over 10 years and it became truly redundant in 36104d7a0d66df895c8275e3aa7cfe35a322ff04
-rw-r--r--compiler/main/GHC.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs
index e02f6b8e6b..9ed8aaa989 100644
--- a/compiler/main/GHC.hs
+++ b/compiler/main/GHC.hs
@@ -1302,7 +1302,6 @@ pprParenSymName a = parenSymOcc (getOccName a) (ppr (getName a))
-- ----------------------------------------------------------------------------
-#if 0
-- ToDo:
-- - Data and Typeable instances for HsSyn.
@@ -1316,7 +1315,6 @@ pprParenSymName a = parenSymOcc (getOccName a) (ppr (getName a))
-- :browse will use either lm_toplev or inspect lm_interface, depending
-- on whether the module is interpreted or not.
-#endif
-- Extract the filename, stringbuffer content and dynflags associed to a module
--