Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8dfa34fb83bdbf46e272abe1e2088f45276bb06d >--------------------------------------------------------------- commit 8dfa34fb83bdbf46e272abe1e2088f45276bb06d Author: Ian Lynagh <[email protected]> Date: Fri Jul 22 20:25:35 2011 +0100 Remove dead code >--------------------------------------------------------------- compiler/prelude/PrelNames.lhs | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/compiler/prelude/PrelNames.lhs b/compiler/prelude/PrelNames.lhs index 4e5f96f..59b1e31 100644 --- a/compiler/prelude/PrelNames.lhs +++ b/compiler/prelude/PrelNames.lhs @@ -558,13 +558,6 @@ undefined_RDR = varQual_RDR gHC_ERR (fsLit "undefined") error_RDR :: RdrName error_RDR = varQual_RDR gHC_ERR (fsLit "error") --- Old Generics (constructors and functions) -crossDataCon_RDR, inlDataCon_RDR, inrDataCon_RDR, genUnitDataCon_RDR :: RdrName -crossDataCon_RDR = dataQual_RDR gHC_GENERICS (fsLit ":*:") -inlDataCon_RDR = dataQual_RDR gHC_GENERICS (fsLit "Inl") -inrDataCon_RDR = dataQual_RDR gHC_GENERICS (fsLit "Inr") -genUnitDataCon_RDR = dataQual_RDR gHC_GENERICS (fsLit "Unit") - -- Generics (constructors and functions) u1DataCon_RDR, par1DataCon_RDR, rec1DataCon_RDR, k1DataCon_RDR, m1DataCon_RDR, l1DataCon_RDR, r1DataCon_RDR, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
