[commit: ghc] master: Remove stale comment. (b5f85ce)
git at git.haskell.org
git at git.haskell.org
Thu May 12 02:52:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b5f85cef46b1c85e1d938692c4f08c6d70e65fed/ghc
>---------------------------------------------------------------
commit b5f85cef46b1c85e1d938692c4f08c6d70e65fed
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Mon May 9 19:56:41 2016 -0700
Remove stale comment.
Summary:
The code was reordered before tcRnImports in
3c44a46b352a4eb7ff72eb3aa5495b25dee8351f. I don't
think the new code is buggy.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Reviewers: simonpj, austin, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2186
>---------------------------------------------------------------
b5f85cef46b1c85e1d938692c4f08c6d70e65fed
compiler/typecheck/TcRnDriver.hs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/compiler/typecheck/TcRnDriver.hs b/compiler/typecheck/TcRnDriver.hs
index e21d614..bb3056b 100644
--- a/compiler/typecheck/TcRnDriver.hs
+++ b/compiler/typecheck/TcRnDriver.hs
@@ -300,10 +300,6 @@ tcRnModuleTcRnM hsc_env hsc_src
-- We do this now so that the boot_names can be passed
-- to tcTyAndClassDecls, because the boot_names are
-- automatically considered to be loop breakers
- --
- -- Do this *after* tcRnImports, so that we know whether
- -- a module that we import imports us; and hence whether to
- -- look for a hi-boot file
boot_info <- tcHiBootIface hsc_src this_mod ;
setGblEnv (tcg_env { tcg_self_boot = boot_info }) $ do {
More information about the ghc-commits
mailing list