projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9fdf5
)
remove unused import
author
Joey Hess
<joeyh@joeyh.name>
Tue, 15 Jun 2021 15:31:42 +0000
(11:31 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 15 Jun 2021 15:31:59 +0000
(11:31 -0400)
Annex/Concurrent.hs
patch
|
blob
|
history
diff --git
a/Annex/Concurrent.hs
b/Annex/Concurrent.hs
index 1701120da29efe8bb2473770c9271f5c4594bf79..fe8b7a8d3e2a984e24b4e0cd46871abcab635ca6 100644
(file)
--- a/
Annex/Concurrent.hs
+++ b/
Annex/Concurrent.hs
@@
-19,10
+19,8
@@
import Types.Concurrency
import Types.CatFileHandles
import Annex.CheckAttr
import Annex.CheckIgnore
-import Utility.ThreadScheduler
import qualified Data.Map as M
-import Control.Concurrent.Async
setConcurrency :: ConcurrencySetting -> Annex ()
setConcurrency (ConcurrencyCmdLine s) = setConcurrency' s ConcurrencyCmdLine