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

git at git.haskell.org git at git.haskell.org
Fri Jul 29 16:28:43 UTC 2016


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

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

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

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

    Kill redundant comment


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

eee52b86426da311295bb4169d7d5029948edf21
 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