[project @ 2000-12-20 11:10:17 by simonpj]
authorsimonpj <unknown>
Wed, 20 Dec 2000 11:10:17 +0000 (11:10 +0000)
committersimonpj <unknown>
Wed, 20 Dec 2000 11:10:17 +0000 (11:10 +0000)
Remove redundant seq

ghc/compiler/rename/RnHiFiles.lhs

index 240fa87..03016e7 100644 (file)
@@ -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)
     }}