[commit: ghc] master: Remove unnecessary import (302172f)

Simon Peyton Jones <[email protected]> Wed, 02 Jan 2013 01:40:52 -0800
Newsgroups gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/302172f4959b92fa668db6b460921e710bdf6655

>---------------------------------------------------------------

commit 302172f4959b92fa668db6b460921e710bdf6655
Author: Simon Peyton Jones <[email protected]>
Date:   Wed Jan 2 09:32:12 2013 +0000

    Remove unnecessary import

>---------------------------------------------------------------

 compiler/typecheck/FamInst.lhs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/compiler/typecheck/FamInst.lhs b/compiler/typecheck/FamInst.lhs
index d9ee08c..6779133 100644
--- a/compiler/typecheck/FamInst.lhs
+++ b/compiler/typecheck/FamInst.lhs
@@ -30,7 +30,6 @@ import Util
 import Maybes
 import TcMType
 import Type
-import VarSet (mkVarSet)
 import Control.Monad
 import Data.Map (Map)
 import qualified Data.Map as Map