From: simonmar Date: Wed, 14 Nov 2001 11:15:53 +0000 (+0000) Subject: [project @ 2001-11-14 11:15:53 by simonmar] X-Git-Tag: Approximately_9120_patches~572 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=92b8703568d8fa12395c3b311d275bab24c2a79e;p=ghc-hetmet.git [project @ 2001-11-14 11:15:53 by simonmar] GC unused import --- diff --git a/ghc/lib/std/Prelude.lhs b/ghc/lib/std/Prelude.lhs index ebe7b82..79feaf8 100644 --- a/ghc/lib/std/Prelude.lhs +++ b/ghc/lib/std/Prelude.lhs @@ -1,5 +1,5 @@ % ------------------------------------------------------------------------------ -% $Id: Prelude.lhs,v 1.26 2001/05/18 16:54:05 simonmar Exp $ +% $Id: Prelude.lhs,v 1.27 2001/11/14 11:15:53 simonmar Exp $ % % (c) The University of Glasgow, 1992-2000 % @@ -95,7 +95,6 @@ import PrelFloat import PrelTup import PrelMaybe import PrelShow -import PrelConc import PrelErr ( error, undefined ) infixr 0 $!