We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad86b9c + 0a36538 commit 0e55d78Copy full SHA for 0e55d78
compiler/src/dotty/tools/dotc/core/quoted/PickledQuotes.scala
@@ -22,12 +22,6 @@ import scala.reflect.ClassTag
22
object PickledQuotes {
23
import tpd._
24
25
- /** Pickle the tree of the quoted.Expr */
26
- def pickleExpr(tree: Tree)(implicit ctx: Context): scala.quoted.Expr[Any] = {
27
- val pickled = pickleQuote(tree)
28
- scala.runtime.quoted.Unpickler.unpickleExpr(pickled, Nil)
29
- }
30
-
31
/** Pickle the tree of the quote into strings */
32
def pickleQuote(tree: Tree)(implicit ctx: Context): scala.runtime.quoted.Unpickler.Pickled = {
33
if (ctx.reporter.hasErrors) Nil
0 commit comments