diff options
author | Ian Lynagh <igloo@earth.li> | 2011-07-22 20:25:35 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-07-22 20:25:35 +0100 |
commit | 8dfa34fb83bdbf46e272abe1e2088f45276bb06d (patch) | |
tree | 7789c20c1711e9653c3b4066f24a4389c2764063 | |
parent | 6470c7e7f9984c0fbe59637bbaf5c8820c18d166 (diff) | |
download | haskell-8dfa34fb83bdbf46e272abe1e2088f45276bb06d.tar.gz |
Remove dead code
-rw-r--r-- | 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 4e5f96f878..59b1e318a3 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, |