[project @ 2003-06-06 09:43:50 by stolz]
authorstolz <unknown>
Fri, 6 Jun 2003 09:43:50 +0000 (09:43 +0000)
committerstolz <unknown>
Fri, 6 Jun 2003 09:43:50 +0000 (09:43 +0000)
Drop unused import of System.system.

ghc/compiler/main/SysTools.lhs

index 20339bc..b908b2c 100644 (file)
@@ -114,10 +114,6 @@ import System.Cmd       ( rawSystem )
 #else
 import SystemExts       ( rawSystem )
 #endif
-
-#else /* Not Win32 */
-
-import System          ( system )
 #endif
 \end{code}