Remove comment about imports and exports not being in the renamer result.
authorLemmih <lemmih@gmail.com>
Sun, 26 Feb 2006 12:04:07 +0000 (12:04 +0000)
committerLemmih <lemmih@gmail.com>
Sun, 26 Feb 2006 12:04:07 +0000 (12:04 +0000)
ghc/compiler/main/GHC.hs

index e8e093b..d1d1e78 100644 (file)
@@ -734,9 +734,6 @@ type RenamedSource     = (HsGroup Name, [LImportDecl Name], Maybe [LIE Name])
 type TypecheckedSource = LHsBinds Id
 
 -- NOTE:
---   - things that aren't in the output of the renamer:
---     - the export list
---     - the imports
 --   - things that aren't in the output of the typechecker right now:
 --     - the export list
 --     - the imports