From e813cb947e2f842aeba5aa61ce37a9fb8a7fc228 Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 1 Oct 2001 13:30:27 +0000 Subject: [PATCH] [project @ 2001-10-01 13:30:27 by rrt] Remove unused import. --- ghc/compiler/simplCore/OccurAnal.lhs | 1 - 1 file changed, 1 deletion(-) 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} -- 1.7.10.4