diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-31 15:50:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-31 15:50:07 -0400 |
commit | 9a01e2699598ab7affd7c19058bb2a6dad6d3a16 (patch) | |
tree | 34f7f3cf8a30b4ff6b40d7e5f15285f350259d8c /Remote | |
parent | 597104cdca80afe0e83c6b9fb0b47c6ac861a6ac (diff) |
remove unused imports
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Rsync.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index b9cdc458e..c610938a9 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -33,8 +33,6 @@ import Utility.Rsync import Utility.CopyFile import Messages.Progress import Utility.Metered -import Utility.PID -import Annex.Perms import Logs.Transfer import Types.Creds import Types.Key (isChunkKey) |