Remove another obsolete comment.

This commit is contained in:
Adam Sampson 2008-05-30 14:13:24 +00:00
parent 9749d58f09
commit 77a718f078

View File

@ -37,8 +37,6 @@ import Traversal
import TreeUtils
import Types
--TODO change this whole module to stop using everywhere
-- | An ordered list of the Rain-specific passes to be run.
rainPasses :: [Pass]
rainPasses = let f = makePassesDep' ((== FrontendRain) . csFrontend) in f