From 922d60a441da853662b29c870859607af166a5c8 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 29 Jul 1999 11:30:30 +0000 Subject: [PATCH] [project @ 1999-07-29 11:30:30 by sof] showPrimRep - dead code removal. No need to carry over to 4.04 --- ghc/compiler/prelude/PrimRep.lhs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index 2b934c3..2d13efa 100644 --- a/ghc/compiler/prelude/PrimRep.lhs +++ b/ghc/compiler/prelude/PrimRep.lhs @@ -207,9 +207,6 @@ showPrimRep :: PrimRep -> String showPrimRepToUser :: PrimRep -> String showPrimRep PtrRep = "P_" -- short for StgPtr - -showPrimRep CodePtrRep = "P_" -- DEATH to StgFunPtr! (94/02/22 WDP) -showPrimRep PtrRep = "P_" -- short for StgPtr showPrimRep CodePtrRep = "P_" -- DEATH to StgFunPtr! (94/02/22 WDP) showPrimRep DataPtrRep = "D_" showPrimRep RetRep = "P_" -- 1.7.10.4