unused;
authorwenzelm
Sun, 11 Sep 2022 23:50:36 +0200
changeset 76119 e5cfb05d312e
parent 76118 e8e3b60d8ecd
child 76120 3ae579092045
unused;
src/Pure/General/ssh.scala
--- a/src/Pure/General/ssh.scala	Sun Sep 11 23:48:17 2022 +0200
+++ b/src/Pure/General/ssh.scala	Sun Sep 11 23:50:36 2022 +0200
@@ -312,9 +312,7 @@
     def remote_path(path: Path): String = expand_path(path).implode
     override def bash_path(path: Path): String = Bash.string(remote_path(path))
 
-    def chmod(permissions: Int, path: Path): Unit = sftp.chmod(permissions, remote_path(path))
     def rm(path: Path): Unit = sftp.rm(remote_path(path))
-    def mkdir(path: Path): Unit = sftp.mkdir(remote_path(path))
 
     private def test_entry(path: Path, as_dir: Boolean): Boolean =
       try {