aboutsummaryrefslogtreecommitdiff
path: root/Annex/Ssh.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-22 18:22:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-22 18:22:12 -0400
commit8dd47b54e285d82af7a3ccaf585ca00e3f38eb48 (patch)
tree4b8cabc2725d351d782145b411368b67f682f10b /Annex/Ssh.hs
parenta39915dea09f8a98ea3a27681dcb2419e2a5ca10 (diff)
squelch warning
Diffstat (limited to 'Annex/Ssh.hs')
-rw-r--r--Annex/Ssh.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Ssh.hs b/Annex/Ssh.hs
index 827c40fef..d48038f97 100644
--- a/Annex/Ssh.hs
+++ b/Annex/Ssh.hs
@@ -21,7 +21,6 @@ import Annex.Perms
import qualified Build.SysConfig as SysConfig
import qualified Annex
import Config
-import Annex.UUID
{- Generates parameters to ssh to a given host (or user@host) on a given
- port, with connection caching. -}