[commit: ghc] master: Comments only (4c864e2)

git at git.haskell.org git at git.haskell.org
Thu Aug 22 13:07:38 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4c864e20d4abb84089839101880f4d39e2e64d06/ghc

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

commit 4c864e20d4abb84089839101880f4d39e2e64d06
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Thu Aug 22 12:07:13 2013 +0100

    Comments only
    
    This comment is no loger true


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

4c864e20d4abb84089839101880f4d39e2e64d06
 compiler/codeGen/StgCmmMonad.hs |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs
index c3dc50e..17bad24 100644
--- a/compiler/codeGen/StgCmmMonad.hs
+++ b/compiler/codeGen/StgCmmMonad.hs
@@ -322,9 +322,7 @@ data CgState
         -- Both are ordered only so that we can
         -- reduce forward references, when it's easy to do so
 
-     cgs_binds :: CgBindings,        -- [Id -> info] : *local* bindings environment
-                                     -- Bindings for top-level things are given in
-                                -- the info-down part
+     cgs_binds :: CgBindings,
 
      cgs_hp_usg  :: HeapUsage,
 





More information about the ghc-commits mailing list