From 899f84a217681833146fadd8f30cd25ed1a9f653 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Jun 2014 19:20:14 -0400 Subject: export CreateProcess fields from Utility.Process update code to avoid cwd and env redefinition warnings --- RemoteDaemon/Transport/Ssh.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'RemoteDaemon') diff --git a/RemoteDaemon/Transport/Ssh.hs b/RemoteDaemon/Transport/Ssh.hs index ba03a2589..65c313852 100644 --- a/RemoteDaemon/Transport/Ssh.hs +++ b/RemoteDaemon/Transport/Ssh.hs @@ -20,7 +20,6 @@ import Utility.ThreadScheduler import Control.Concurrent.Chan import Control.Concurrent.Async -import System.Process (std_in, std_out, std_err) transport :: Transport transport r url h@(TransportHandle g s) ichan ochan = do -- cgit v1.2.3