src/Pure/General/ssh.scala
changeset 75480 6c93c13ba3c8
parent 75474 d16dd2d1b50a
child 75500 57e292106d71
--- a/src/Pure/General/ssh.scala	Sun May 29 20:57:10 2022 +0200
+++ b/src/Pure/General/ssh.scala	Sun May 29 21:32:28 2022 +0200
@@ -328,9 +328,6 @@
     override def hg_url: String =
       "ssh://" + user_prefix(nominal_user) + nominal_host + "/"
 
-    override def rsync_url: String = ""
-      user_prefix(nominal_user) + nominal_host + ":" + port_suffix(port, suffix = "") + "/"
-
     override def toString: String =
       user_prefix(session.getUserName) + host + port_suffix(port) +
       (if (session.isConnected) "" else " (disconnected)")
@@ -491,7 +488,6 @@
     def close(): Unit = ()
 
     def hg_url: String = ""
-    def rsync_url: String = ""
 
     def expand_path(path: Path): Path = path.expand
     def bash_path(path: Path): String = File.bash_path(path)