# HG changeset patch # User wenzelm # Date 1718488146 -7200 # Node ID 00600ebb8aa3a9c8a5ce17940b0420b0b11c3987 # Parent 94d903234f6b3e8509effaa2a8e20bed0ba99990 unused; diff -r 94d903234f6b -r 00600ebb8aa3 src/Pure/General/bytes.scala --- 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