diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-03-08 16:04:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-03-08 16:04:36 -0400 |
commit | b7b46035a27f8ef741b946840e8daac5f7e2ba00 (patch) | |
tree | 7f46320e8194fdf8b7f6db46e6715c3c5bb5e65a /Assistant/Threads/TransferScanner.hs | |
parent | 501881a6affdf9c5dc380eb14405e2363d7cc833 (diff) |
remove unused import
Diffstat (limited to 'Assistant/Threads/TransferScanner.hs')
-rw-r--r-- | Assistant/Threads/TransferScanner.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Threads/TransferScanner.hs b/Assistant/Threads/TransferScanner.hs index 2128ce969..5436c2ca1 100644 --- a/Assistant/Threads/TransferScanner.hs +++ b/Assistant/Threads/TransferScanner.hs @@ -25,7 +25,6 @@ import qualified Types.Remote as Remote import Utility.ThreadScheduler import Utility.NotificationBroadcaster import Utility.Batch -import Utility.ThreadScheduler import qualified Git.LsFiles as LsFiles import Annex.WorkTree import Annex.Content |