From 4a4554a5c38a30532ad77235ed8f7a0b0d23eb0f Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 25 Mar 2008 23:58:01 +0000 Subject: [PATCH] Remove redundant type sig --- compiler/main/DriverPipeline.hs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4