[commit: ghc] master: Remove dead code (8dfa34f)
Ian Lynagh
igloo at earth.li
Fri Jul 22 22:15:41 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8dfa34fb83bdbf46e272abe1e2088f45276bb06d
>---------------------------------------------------------------
commit 8dfa34fb83bdbf46e272abe1e2088f45276bb06d
Author: Ian Lynagh <igloo at earth.li>
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,
More information about the Cvs-ghc
mailing list