aboutsummaryrefslogtreecommitdiff
path: root/Annex/Concurrent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/Concurrent.hs')
-rw-r--r--Annex/Concurrent.hs15
1 files changed, 2 insertions, 13 deletions
diff --git a/Annex/Concurrent.hs b/Annex/Concurrent.hs
index 71a70fa5b..65acb0450 100644
--- a/Annex/Concurrent.hs
+++ b/Annex/Concurrent.hs
@@ -7,12 +7,9 @@
module Annex.Concurrent where
-import Annex.Common
import Annex
-import Annex.CatFile
-import Annex.CheckAttr
-import Annex.HashObject
-import Annex.CheckIgnore
+import Annex.Common
+import Annex.Action
import qualified Annex.Queue
import qualified Data.Map as M
@@ -61,11 +58,3 @@ mergeState st = do
uncurry addCleanup
Annex.Queue.mergeFrom st'
changeState $ \s -> s { errcounter = errcounter s + errcounter st' }
-
-{- Stops all long-running git query processes. -}
-stopCoProcesses :: Annex ()
-stopCoProcesses = do
- catFileStop
- checkAttrStop
- hashObjectStop
- checkIgnoreStop