fix warning
authorSimon Marlow <marlowsd@gmail.com>
Tue, 5 Apr 2011 13:45:04 +0000 (14:45 +0100)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 5 Apr 2011 13:45:04 +0000 (14:45 +0100)
compiler/main/DriverPipeline.hs

index e1a2f46..13c91c2 100644 (file)
@@ -956,7 +956,7 @@ runPhase CmmCpp input_fn dflags
 
 runPhase Cmm input_fn dflags
   = do
-        PipeEnv{stop_phase,src_basename} <- getPipeEnv
+        PipeEnv{src_basename} <- getPipeEnv
         let hsc_lang = hscTarget dflags
 
         let next_phase = hscNextPhase dflags HsSrcFile hsc_lang