author | wenzelm |
Sat, 15 Jun 2024 23:49:06 +0200 | |
changeset 80381 | 00600ebb8aa3 |
parent 80380 | 94d903234f6b |
child 80382 | 2740dec064f9 |
--- a/src/Pure/General/bytes.scala Sat Jun 15 23:47:04 2024 +0200 +++ b/src/Pure/General/bytes.scala Sat Jun 15 23:49:06 2024 +0200 @@ -435,7 +435,6 @@ } def proper: Option[Bytes] = if (is_empty) None else Some(this) - def proper_text: Option[String] = if (is_empty) None else Some(text) def +(other: Bytes): Bytes = if (other.is_empty) this