[commit: ghc] wip/ttypeable: Kill redundant comment (2db3572)

git at git.haskell.org git at git.haskell.org
Sun Jan 29 20:19:06 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/2db3572fa076fe608c7345be7be7c774e17430be/ghc

>---------------------------------------------------------------

commit 2db3572fa076fe608c7345be7be7c774e17430be
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Jul 8 17:07:12 2016 +0200

    Kill redundant comment


>---------------------------------------------------------------

2db3572fa076fe608c7345be7be7c774e17430be
 libraries/base/Data/Typeable/Internal.hs | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libraries/base/Data/Typeable/Internal.hs b/libraries/base/Data/Typeable/Internal.hs
index e73fee6..9e22c22 100644
--- a/libraries/base/Data/Typeable/Internal.hs
+++ b/libraries/base/Data/Typeable/Internal.hs
@@ -292,12 +292,6 @@ eqTypeRep a b
   | typeRepFingerprint a == typeRepFingerprint b = Just (unsafeCoerce# HRefl)
   | otherwise                                    = Nothing
 
-{- *********************************************************************
-*                                                                      *
-                The Typeable class
-*                                                                      *
-********************************************************************* -}
-
 -------------------------------------------------------------
 --
 --      The Typeable class and friends



More information about the ghc-commits mailing list