Skip to content

Commit 3314628

Browse files
Merge pull request #10351 from dotty-staging/remove-deprecated-methods-of-Expr
Remove deprecated methods of `Expr`
2 parents ac806b8 + 98aa394 commit 3314628

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

library/src/scala/quoted/QuoteContext.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ trait QuoteContext { self: internal.QuoteUnpickler & internal.QuoteMatching =>
4949
report.throwError(msg, self)(using QuoteContext.this)
5050
unlift.fromExpr(self)(using QuoteContext.this).getOrElse(reportError)
5151

52-
/** View this expression `quoted.Expr[T]` as a `Term` */
53-
@deprecated("Use reflect.Term.of", "")
54-
def unseal: reflect.Term = self.asReflectTree // TODO remove
55-
56-
/** View this expression `quoted.Expr[T]` as a `Term` */
57-
@deprecated("Use reflect.Term.of", "")
58-
def asReflectTree: reflect.Term = // TODO remove
59-
reflect.Term.of(self)
6052
end extension
6153

6254
// Extension methods for `Expr[Any]` that take another explicit type parameter

0 commit comments

Comments
 (0)