diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-22 18:22:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-22 18:22:12 -0400 |
commit | 8dd47b54e285d82af7a3ccaf585ca00e3f38eb48 (patch) | |
tree | 4b8cabc2725d351d782145b411368b67f682f10b /Annex | |
parent | a39915dea09f8a98ea3a27681dcb2419e2a5ca10 (diff) |
squelch warning
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Ssh.hs | 1 |
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. -} |