unused;
authorwenzelm
Wed, 15 Jan 2020 13:22:16 +0100
changeset 71377 e40f287c25c4
parent 71376 26801434d628
child 71378 820cf124dced
unused;
src/Pure/General/file.scala
--- a/src/Pure/General/file.scala	Tue Jan 14 16:03:31 2020 +0100
+++ b/src/Pure/General/file.scala	Wed Jan 15 13:22:16 2020 +0100
@@ -118,9 +118,6 @@
     else None
   }
 
-  def rebase_path(base: Path, other: Path): Option[Path] =
-    relative_path(base, other).map(base + _)
-
 
   /* bash path */