From cbc2146f970905a626c4ef364f08b75965c8bf8e Mon Sep 17 00:00:00 2001 From: stolz Date: Fri, 6 Jun 2003 09:43:50 +0000 Subject: [PATCH] [project @ 2003-06-06 09:43:50 by stolz] Drop unused import of System.system. --- ghc/compiler/main/SysTools.lhs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 20339bc..b908b2c 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -114,10 +114,6 @@ import System.Cmd ( rawSystem ) #else import SystemExts ( rawSystem ) #endif - -#else /* Not Win32 */ - -import System ( system ) #endif \end{code} -- 1.7.10.4