remove accidental duplicated code
The code in Annex.WorkerStage and Annex.Concurrent was 100% identical.
This commit is contained in:
parent
135757d64a
commit
7db4e62a90
2 changed files with 1 additions and 114 deletions
|
@ -12,6 +12,7 @@ module CmdLine.Action where
|
|||
import Annex.Common
|
||||
import qualified Annex
|
||||
import Annex.Concurrent
|
||||
import Annex.WorkerPool
|
||||
import Types.Command
|
||||
import Types.Concurrency
|
||||
import Messages.Concurrent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue