From: Ian Lynagh Date: Sat, 3 Jan 2009 15:36:24 +0000 (+0000) Subject: Fix validate: strs is no longer used in IfaceSyn X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=82d2bddc26026ed01c67dc5c69359b0cde624c54 Fix validate: strs is no longer used in IfaceSyn --- diff --git a/compiler/iface/IfaceSyn.lhs b/compiler/iface/IfaceSyn.lhs index 78b925f..b679cf6 100644 --- a/compiler/iface/IfaceSyn.lhs +++ b/compiler/iface/IfaceSyn.lhs @@ -384,7 +384,6 @@ ifaceDeclSubBndrs (IfaceData {ifName = tc_occ, con_occ = ifConOcc con_decl -- DataCon namespace wrap_occ = mkDataConWrapperOcc con_occ -- Id namespace work_occ = mkDataConWorkerOcc con_occ -- Id namespace - strs = ifConStricts con_decl has_wrapper = ifConWrapper con_decl -- This is the reason for -- having the ifConWrapper field!