aboutsummaryrefslogtreecommitdiff
path: root/Assistant/TransferrerPool.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-04 02:36:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-04 02:36:02 -0400
commit6b3a9cdaddec120f27e947e03ece5ee2ebde1d14 (patch)
tree14ee0b96ed66ba71fe2843f002f4f56f915c9ff5 /Assistant/TransferrerPool.hs
parent8a7785e219c5aa08e0c91a813022e03cb92f16a3 (diff)
moved AssociatedFile definition
Diffstat (limited to 'Assistant/TransferrerPool.hs')
-rw-r--r--Assistant/TransferrerPool.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/TransferrerPool.hs b/Assistant/TransferrerPool.hs
index 68ec743f8..d9104f74d 100644
--- a/Assistant/TransferrerPool.hs
+++ b/Assistant/TransferrerPool.hs
@@ -16,7 +16,6 @@ import Control.Concurrent.STM
import System.Process (create_group)
import Control.Exception (throw)
import Control.Concurrent
-import Types.Remote (AssociatedFile)
{- Runs an action with a Transferrer from the pool. -}
withTransferrer :: FilePath -> TransferrerPool -> (Transferrer -> IO a) -> IO a