From 09c44c1e42d9784c0b35e9699a46c777fa2e550f Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Thu, 6 Jul 2000 15:24:57 +0000
Subject: [PATCH] [project @ 2000-07-06 15:24:57 by simonmar] no need to set
 hsc_lang = HscC when -split-objs is on.

---
 ghc/driver/Main.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ghc/driver/Main.hs b/ghc/driver/Main.hs
index 883c0920809d..78bd862afd32 100644
--- a/ghc/driver/Main.hs
+++ b/ghc/driver/Main.hs
@@ -1767,7 +1767,6 @@ opts =
 
   ,  ( "split-objs"	, NoArg (if can_split
 				    then do writeIORef split_object_files True
-				            writeIORef hsc_lang HscC
 					    add opt_C "-fglobalise-toplev-names"
 					    add opt_c "-DUSE_SPLIT_MARKERS"
 				    else hPutStrLn stderr
-- 
GitLab