src/Pure/General/file.scala
changeset 61959 364007370bb7
parent 61373 16ed9b97c72d
child 62294 30e9ff9be90a
--- a/src/Pure/General/file.scala	Tue Dec 29 15:05:08 2015 +0100
+++ b/src/Pure/General/file.scala	Tue Dec 29 16:23:34 2015 +0100
@@ -164,19 +164,6 @@
   }
 
 
-  /* try_read */
-
-  def try_read(paths: Seq[Path]): String =
-  {
-    val buf = new StringBuilder
-    for (path <- paths if path.is_file) {
-      buf.append(read(path))
-      buf.append('\n')
-    }
-    buf.toString
-  }
-
-
   /* write */
 
   def write_file(file: JFile, text: Iterable[CharSequence],