From: Ian Lynagh Date: Tue, 25 Mar 2008 23:58:01 +0000 (+0000) Subject: Remove redundant type sig X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4a4554a5c38a30532ad77235ed8f7a0b0d23eb0f Remove redundant type sig --- diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs index b05a20a..50b4501 100644 --- a/compiler/main/DriverPipeline.hs +++ b/compiler/main/DriverPipeline.hs @@ -1625,6 +1625,5 @@ hscMaybeAdjustTarget dflags stop _ current_hsc_lang -- otherwise, stick to the plan | otherwise = current_hsc_lang -v_Split_info :: IORef (String, Int) GLOBAL_VAR(v_Split_info, ("",0), (String,Int)) -- The split prefix and number of files