From 1357b06a75887e7d39ee8fe052f6b3572a31a966 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 14 Jan 2009 18:12:12 +0000 Subject: [PATCH] Remove a redundant import --- compiler/codeGen/StgCmmBind.hs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4