diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-16 19:15:05 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-16 19:15:05 +0000 |
commit | e8459fd63bd47b0f7c81ae6a9155543d2c5916c4 (patch) | |
tree | 61f1ad8541b0eeeec8887d72947881c9144d4df3 /ghc/Main.hs | |
parent | a272adf4a9310da1e22b02bd24eeea79ea8eb620 (diff) | |
download | haskell-e8459fd63bd47b0f7c81ae6a9155543d2c5916c4.tar.gz |
A little polishing
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r-- | ghc/Main.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs index cd7f5c424a..f17f403bc6 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -234,11 +234,6 @@ ghciUI _ _ = throwGhcException (CmdLineError "not built for interactive use") ghciUI = interactiveUI defaultGhciSettings #endif -interpWays :: [Way] -interpWays = if cDYNAMIC_GHC_PROGRAMS - then [WayDyn] - else [] - -- ----------------------------------------------------------------------------- -- Splitting arguments into source files and object files. This is where we -- interpret the -x <suffix> option, and attach a (Maybe Phase) to each source |