Remove comment about imports and exports not being in the renamer result.
[ghc-hetmet.git] / 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