[commit: ghc] master: Delete out-of-date comment (5f79394)

git at git.haskell.org git at git.haskell.org
Tue Jul 5 15:20:18 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5f79394f628259403edf612ef109d8c0f4d7e67a/ghc

>---------------------------------------------------------------

commit 5f79394f628259403edf612ef109d8c0f4d7e67a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Jul 4 15:11:21 2016 +0100

    Delete out-of-date comment


>---------------------------------------------------------------

5f79394f628259403edf612ef109d8c0f4d7e67a
 compiler/basicTypes/RdrName.hs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/compiler/basicTypes/RdrName.hs b/compiler/basicTypes/RdrName.hs
index d6a8aa6..bfac741 100644
--- a/compiler/basicTypes/RdrName.hs
+++ b/compiler/basicTypes/RdrName.hs
@@ -323,9 +323,6 @@ instance Ord RdrName where
 -- It is keyed by OccName, because we never use it for qualified names
 -- We keep the current mapping, *and* the set of all Names in scope
 -- Reason: see Note [Splicing Exact names] in RnEnv
--- The field lre_nwcs is used to keep names of type variables that should
--- be replaced with named wildcards.
--- See Note [Renaming named wild cards] in RnTypes
 data LocalRdrEnv = LRE { lre_env      :: OccEnv Name
                        , lre_in_scope :: NameSet }
 



More information about the ghc-commits mailing list