From: rrt Date: Mon, 1 Oct 2001 13:30:27 +0000 (+0000) Subject: [project @ 2001-10-01 13:30:27 by rrt] X-Git-Tag: Approximately_9120_patches~886 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e813cb947e2f842aeba5aa61ce37a9fb8a7fc228;p=ghc-hetmet.git [project @ 2001-10-01 13:30:27 by rrt] Remove unused import. --- diff --git a/ghc/compiler/simplCore/OccurAnal.lhs b/ghc/compiler/simplCore/OccurAnal.lhs index d79d544..6e359a3 100644 --- a/ghc/compiler/simplCore/OccurAnal.lhs +++ b/ghc/compiler/simplCore/OccurAnal.lhs @@ -38,7 +38,6 @@ import PrelNames ( buildIdKey, foldrIdKey, runSTRepIdKey, augmentIdKey ) import Unique ( Unique ) import UniqFM ( keysUFM ) import Util ( zipWithEqual, mapAndUnzip ) -import FastTypes import Outputable \end{code}