Skip to content

Commit

Permalink
Remove an out-of-date comment (see #8101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Jul 28, 2013
1 parent b475be3 commit 9e185cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compiler/main/DynFlags.hs
Expand Up @@ -883,11 +883,6 @@ opt_lc dflags = sOpt_lc (settings dflags)
-- 'HscNothing' can be used to avoid generating any output, however, note
-- that:
--
-- * This will not run the desugaring step, thus no warnings generated in
-- this step will be output. In particular, this includes warnings related
-- to pattern matching. You can run the desugarer manually using
-- 'GHC.desugarModule'.
--
-- * If a program uses Template Haskell the typechecker may try to run code
-- from an imported module. This will fail if no code has been generated
-- for this module. You can use 'GHC.needsTemplateHaskell' to detect
Expand Down

0 comments on commit 9e185cc

Please sign in to comment.