From e8459fd63bd47b0f7c81ae6a9155543d2c5916c4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 16 Mar 2013 19:15:05 +0000 Subject: A little polishing --- ghc/Main.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ghc/Main.hs') 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 option, and attach a (Maybe Phase) to each source -- cgit v1.2.1