From: stolz Date: Fri, 6 Jun 2003 09:43:50 +0000 (+0000) Subject: [project @ 2003-06-06 09:43:50 by stolz] X-Git-Tag: Approx_11550_changesets_converted~804 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cbc2146f970905a626c4ef364f08b75965c8bf8e [project @ 2003-06-06 09:43:50 by stolz] Drop unused import of System.system. --- 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}