From: simonpj Date: Wed, 20 Dec 2000 11:10:17 +0000 (+0000) Subject: [project @ 2000-12-20 11:10:17 by simonpj] X-Git-Tag: Approximately_9120_patches~3025 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2331f9136591469a75630e27fe9b2581752135ea;p=ghc-hetmet.git [project @ 2000-12-20 11:10:17 by simonpj] Remove redundant seq --- diff --git a/ghc/compiler/rename/RnHiFiles.lhs b/ghc/compiler/rename/RnHiFiles.lhs index 240fa87..03016e7 100644 --- a/ghc/compiler/rename/RnHiFiles.lhs +++ b/ghc/compiler/rename/RnHiFiles.lhs @@ -232,7 +232,6 @@ tryLoadInterface doc_str mod_name from iRules = new_rules, iImpModInfo = mod_map2 } in - seq mod_map2 $ setIfacesRn new_ifaces `thenRn_` returnRn (mod_iface, Nothing) }}