Skip to content

Commit a3b4068

Browse files
committed
Removed unnecessary import
1 parent 755110b commit a3b4068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hs-src/Language/Scheme/Primitives.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ import System.Directory (doesFileExist, removeFile)
176176
import System.Exit (ExitCode(..))
177177
import System.IO
178178
import System.IO.Error
179-
import System.Process (readProcess)
179+
--import System.Process (readProcess)
180180
-- import Debug.Trace
181181

182182
#if __GLASGOW_HASKELL__ < 702

0 commit comments

Comments
 (0)