Skip to content

Commit e106178

Browse files
committed
Drop no-longer used caps.Exists trait
1 parent 48a52a2 commit e106178

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

library/src/scala/caps.scala

-6
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ import annotation.{experimental, compileTimeOnly, retainsCap}
5151
*/
5252
extension (x: Any) def readOnlyCapability: Any = x
5353

54-
/** A trait that used to allow expressing existential types. Replaced by
55-
* root.Result instances.
56-
*/
57-
@deprecated
58-
sealed trait Exists extends Capability
59-
6054
/** This should go into annotations. For now it is here, so that we
6155
* can experiment with it quickly between minor releases
6256
*/

0 commit comments

Comments
 (0)