diff options
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/External.hs | 1 | ||||
-rw-r--r-- | Remote/Hook.hs | 1 | ||||
-rw-r--r-- | Remote/Rsync.hs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/Remote/External.hs b/Remote/External.hs index b660c4f1b..0579400ed 100644 --- a/Remote/External.hs +++ b/Remote/External.hs @@ -28,7 +28,6 @@ import Creds import Control.Concurrent.STM import System.Log.Logger (debugM) import qualified Data.Map as M -import Data.Default remote :: RemoteType remote = RemoteType { diff --git a/Remote/Hook.hs b/Remote/Hook.hs index 31b5ab7c5..592564772 100644 --- a/Remote/Hook.hs +++ b/Remote/Hook.hs @@ -18,7 +18,6 @@ import Annex.UUID import Remote.Helper.Special import Utility.Env -import Data.Default import qualified Data.Map as M type Action = String diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs index 527bfb80a..04bbb19a7 100644 --- a/Remote/Rsync.hs +++ b/Remote/Rsync.hs @@ -38,7 +38,6 @@ import Logs.Transfer import Types.Creds import Types.Key (isChunkKey) -import Data.Default import qualified Data.Map as M remote :: RemoteType |