aboutsummaryrefslogtreecommitdiff
path: root/CmdLine
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-27 11:35:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-27 11:35:10 -0400
commit4ea382337676437c58113bbbacfc8486930c3894 (patch)
tree2d678d7108f4fa510b5c1b443b7af5c0fe50a9c6 /CmdLine
parentd87485c2b532ad2d52aa1829a1b30e3519d2cbb1 (diff)
remove unused import
Diffstat (limited to 'CmdLine')
-rw-r--r--CmdLine/Action.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/CmdLine/Action.hs b/CmdLine/Action.hs
index c1dd12b51..9b7cf7ecd 100644
--- a/CmdLine/Action.hs
+++ b/CmdLine/Action.hs
@@ -14,7 +14,6 @@ import qualified Annex
import Annex.Concurrent
import Types.Command
import Messages.Concurrent
-import Messages.Internal
import Types.Messages
import Control.Concurrent.Async