From 2331f9136591469a75630e27fe9b2581752135ea Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 20 Dec 2000 11:10:17 +0000 Subject: [PATCH] [project @ 2000-12-20 11:10:17 by simonpj] Remove redundant seq --- ghc/compiler/rename/RnHiFiles.lhs | 1 - 1 file changed, 1 deletion(-) 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) }} -- 1.7.10.4