summaryrefslogtreecommitdiff
path: root/Assistant/Types/TransferSlots.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Types/TransferSlots.hs')
-rw-r--r--Assistant/Types/TransferSlots.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Assistant/Types/TransferSlots.hs b/Assistant/Types/TransferSlots.hs
index f8673fcfc..5140995a3 100644
--- a/Assistant/Types/TransferSlots.hs
+++ b/Assistant/Types/TransferSlots.hs
@@ -9,9 +9,6 @@
module Assistant.Types.TransferSlots where
-import Assistant.Types.DaemonStatus
-import Logs.Transfer
-
import qualified Control.Exception as E
import qualified Control.Concurrent.MSemN as MSemN
import Data.Typeable
@@ -25,9 +22,6 @@ data TransferException = PauseTransfer | ResumeTransfer
instance E.Exception TransferException
-type TransferSlotRunner = DaemonStatusHandle -> TransferSlots -> TransferGenerator -> IO ()
-type TransferGenerator = IO (Maybe (Transfer, TransferInfo, IO ()))
-
{- Number of concurrent transfers allowed to be run from the assistant.
-
- Transfers launched by other means, including by remote assistants,