From: Ian Lynagh Date: Wed, 14 Jan 2009 18:12:12 +0000 (+0000) Subject: Remove a redundant import X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1357b06a75887e7d39ee8fe052f6b3572a31a966 Remove a redundant import --- diff --git a/compiler/codeGen/StgCmmBind.hs b/compiler/codeGen/StgCmmBind.hs index ee033b1..f098f3f 100644 --- a/compiler/codeGen/StgCmmBind.hs +++ b/compiler/codeGen/StgCmmBind.hs @@ -17,7 +17,6 @@ module StgCmmBind ( import StgCmmExpr import StgCmmMonad -import StgCmmExpr import StgCmmEnv import StgCmmCon import StgCmmHeap