diff options
author | stolz <unknown> | 2003-06-06 09:43:50 +0000 |
---|---|---|
committer | stolz <unknown> | 2003-06-06 09:43:50 +0000 |
commit | cbc2146f970905a626c4ef364f08b75965c8bf8e (patch) | |
tree | 5d6817c37fdbf4558003c52fd57bbef872f4db12 | |
parent | c01ea09a334c91575916561452b2c391275daa93 (diff) | |
download | haskell-cbc2146f970905a626c4ef364f08b75965c8bf8e.tar.gz |
[project @ 2003-06-06 09:43:50 by stolz]
Drop unused import of System.system.
-rw-r--r-- | ghc/compiler/main/SysTools.lhs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 20339bc9b8..b908b2ce3e 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} |