From: Ian Lynagh Date: Fri, 22 Jan 2010 13:08:53 +0000 (+0000) Subject: Remove an out-of-date comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2bc65a500cf6fde3de37f06356b4be29aff31004;p=ghc-hetmet.git Remove an out-of-date comment --- diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index f8c6c4c..1dcd819 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -5,12 +5,6 @@ \section[TcModule]{Typechecking a whole module} \begin{code} --- The above warning supression flag is a temporary kludge. --- While working on this module you are encouraged to remove it and fix --- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings --- for details - module TcRnDriver ( #ifdef GHCI tcRnStmt, tcRnExpr, tcRnType,