From 25d3e4ba84c0127acd43edded86e293637c6939b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 16 Jan 2012 13:23:24 +0000 Subject: Remove unnecessary extra use of orphan_hash --- compiler/iface/MkIface.lhs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index 8341a1d2ae..9904042fe0 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -594,8 +594,7 @@ addFingerprints hsc_env mb_old_fingerprint iface0 new_decls -- - flag abi hash mod_hash <- computeFingerprint putNameLiterally (map fst sorted_decls, - export_hash, - orphan_hash, + export_hash, -- includes orphan_hash mi_warns iface0, mi_vect_info iface0) -- cgit v1.2.1