From a2f004b68ad4d69fd02be419f7517570baa28a58 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Tue, 19 Sep 2017 08:11:50 +0200 Subject: [PATCH] Remove redundant/obsolete CPP usage This `#if 0`/`#endif` block has been around for over 10 years and it became truly redundant in 36104d7a0d66df895c8275e3aa7cfe35a322ff04 --- compiler/main/GHC.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index e02f6b8e6bbe..9ed8aaa989a7 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 -- -- GitLab