Remove an out-of-date comment
authorIan Lynagh <igloo@earth.li>
Fri, 22 Jan 2010 13:08:53 +0000 (13:08 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 22 Jan 2010 13:08:53 +0000 (13:08 +0000)
compiler/typecheck/TcRnDriver.lhs

index f8c6c4c..1dcd819 100644 (file)
@@ -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,