[commit: ghc] : Cleanup code outside supercompiler directory (88b7f83)
Max Bolingbroke <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : http://hackage.haskell.org/trac/ghc/changeset/88b7f83f42bab191d17024fc90890e3c9183c33c >--------------------------------------------------------------- commit 88b7f83f42bab191d17024fc90890e3c9183c33c Author: Max Bolingbroke <[email protected]> Date: Wed Jun 29 11:06:44 2011 +0100 Cleanup code outside supercompiler directory >--------------------------------------------------------------- compiler/main/GHC.hs | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index 68888ed..92ee0f4 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -257,8 +257,6 @@ import BreakArray import InteractiveEval #endif -import Supercompile () -- FIXME: remove this. Just used to pull it in - import HscMain import GhcMake import DriverPipeline ( compile' )