remove dead code
This commit is contained in:
parent
cddb7d356b
commit
5de0215986
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@ import Locations.UserConfig
|
||||||
|
|
||||||
import System.Process (create_group)
|
import System.Process (create_group)
|
||||||
|
|
||||||
{- For now only one transfer is run at a time. -}
|
|
||||||
maxTransfers :: Int
|
|
||||||
maxTransfers = 1
|
|
||||||
|
|
||||||
{- Dispatches transfers from the queue. -}
|
{- Dispatches transfers from the queue. -}
|
||||||
transfererThread :: NamedThread
|
transfererThread :: NamedThread
|
||||||
transfererThread = NamedThread "Transferr" $ do
|
transfererThread = NamedThread "Transferr" $ do
|
||||||
|
|
Loading…
Reference in a new issue