remove accidental duplicated code

The code in Annex.WorkerStage and Annex.Concurrent was 100% identical.
This commit is contained in:
Joey Hess 2021-02-03 15:21:43 -04:00
parent 135757d64a
commit 7db4e62a90
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 1 additions and 114 deletions

View file

@ -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