[commit: ghc] master: OccName: Remove unused DrIFT directive (044e81b)

git at git.haskell.org git at git.haskell.org
Tue Aug 30 15:07:44 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/044e81b488bfa454ab0d6927f662bfd0ffe78538/ghc

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

commit 044e81b488bfa454ab0d6927f662bfd0ffe78538
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Tue Aug 30 11:02:01 2016 -0400

    OccName: Remove unused DrIFT directive


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

044e81b488bfa454ab0d6927f662bfd0ffe78538
 compiler/basicTypes/OccName.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/basicTypes/OccName.hs b/compiler/basicTypes/OccName.hs
index 0727328..182166e 100644
--- a/compiler/basicTypes/OccName.hs
+++ b/compiler/basicTypes/OccName.hs
@@ -135,7 +135,6 @@ data NameSpace = VarName        -- Variables, including "real" data constructors
                | TcClsName      -- Type constructors and classes; Haskell has them
                                 -- in the same name space for now.
                deriving( Eq, Ord )
-   {-! derive: Binary !-}
 
 -- Note [Data Constructors]
 -- see also: Note [Data Constructor Naming] in DataCon.hs



More information about the ghc-commits mailing list