summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-07-04 15:12:17 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-07-04 15:12:17 +0000
commite8db8f8ea957807dc6d4f134a147ef60bfd0ee93 (patch)
treeedfc925bfba7c4adb201a88f197b91f13af0ee40
parentff911658b60a6efd6000b33cfa922b79511ee719 (diff)
downloadhaskell-e8db8f8ea957807dc6d4f134a147ef60bfd0ee93.tar.gz
remove more Addr bits
-rw-r--r--compiler/typecheck/TcGenDeriv.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/typecheck/TcGenDeriv.lhs b/compiler/typecheck/TcGenDeriv.lhs
index d7dc9777e0..ec17e69936 100644
--- a/compiler/typecheck/TcGenDeriv.lhs
+++ b/compiler/typecheck/TcGenDeriv.lhs
@@ -1322,7 +1322,6 @@ box_con_tbl =
[(charPrimTy, getRdrName charDataCon)
,(intPrimTy, getRdrName intDataCon)
,(wordPrimTy, wordDataCon_RDR)
- ,(addrPrimTy, addrDataCon_RDR)
,(floatPrimTy, getRdrName floatDataCon)
,(doublePrimTy, getRdrName doubleDataCon)
]