From 9b7a97d8b494f9d08399b8f680a28e1b4048feb4 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 22 Apr 2005 10:01:20 +0000 Subject: [PATCH] [project @ 2005-04-22 10:01:20 by simonmar] Remove bogus cut-n-pasted comment --- ghc/compiler/coreSyn/CoreTidy.lhs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ghc/compiler/coreSyn/CoreTidy.lhs b/ghc/compiler/coreSyn/CoreTidy.lhs index a2a56c6..5b87965 100644 --- a/ghc/compiler/coreSyn/CoreTidy.lhs +++ b/ghc/compiler/coreSyn/CoreTidy.lhs @@ -1,11 +1,6 @@ % % (c) The AQUA Project, Glasgow University, 1996-1998 % -%************************************************************************ -%* * -\section[PprCore]{Printing of Core syntax, including for interfaces} -%* * -%************************************************************************ \begin{code} module CoreTidy ( -- 1.7.10.4