Skip to content

Commit

Permalink
Remove unused code copied from Dotty's TreePickler
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter authored and Marek Żarnowski committed Mar 6, 2019
1 parent 378b065 commit 7449ae5
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 734 deletions.
2 changes: 1 addition & 1 deletion tasty4scalac/src/tasty4scalac/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Plugin(val global: Global) extends NscPlugin { self =>
println("Hello: " + tree)
val pickler = new ScalacTastyPickler(global)
val treePkl = pickler.treePkl
treePkl.spickle(List(tree.asInstanceOf[treePkl.g.Tree]))
treePkl.pickle(List(tree.asInstanceOf[treePkl.g.Tree]))

treePkl.compactify()
val pickled = pickler.assembleParts()
Expand Down
Loading

0 comments on commit 7449ae5

Please sign in to comment.