summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Command.hs b/Command.hs
index 17787539b..bee63bb74 100644
--- a/Command.hs
+++ b/Command.hs
@@ -19,7 +19,6 @@ module Command (
whenAnnexed,
ifAnnexed,
isBareRepo,
- allowConcurrentOutput,
module ReExported
) where
@@ -37,7 +36,6 @@ import CmdLine.Option as ReExported
import CmdLine.GlobalSetter as ReExported
import CmdLine.GitAnnex.Options as ReExported
import Options.Applicative as ReExported hiding (command)
-import Messages.Internal (allowConcurrentOutput)
import qualified Options.Applicative as O