diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-20 12:50:28 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-20 17:19:30 +0100 |
commit | 6b032db4e750c80371d028a9fe384177d6cdf36a (patch) | |
tree | 357ea489ccae1331c5035c389dc07dce203d5589 /compiler/ghc.cabal.in | |
parent | e5374a1b3ac11851576f8835e19d9fc92d7735c3 (diff) | |
download | haskell-6b032db4e750c80371d028a9fe384177d6cdf36a.tar.gz |
Remove unused module
This commit removes module StgCmmGran which has only no-op functions.
According to comments in the module, it was used by GpH, but GpH
project seems to be dead for a couple of years now.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 0ef28906e7..bfcbb87eb9 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -208,7 +208,6 @@ Library StgCmmEnv StgCmmExpr StgCmmForeign - StgCmmGran StgCmmHeap StgCmmHpc StgCmmArgRep |