Skip to content

Commit daabc81

Browse files
committed
Remove dead code
1 parent bfa631a commit daabc81

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

compiler/src/dotty/tools/dotc/core/quoted/PickledQuotes.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,6 @@ object PickledQuotes {
5050
healOwner(tpe1.typeTree)
5151
}
5252

53-
private def dealiasTypeTags(tp: Type)(implicit ctx: Context): Type = new TypeMap() {
54-
override def apply(tp: Type): Type = {
55-
val tp1 = tp match {
56-
case tp: TypeRef if tp.typeSymbol.hasAnnotation(defn.InternalQuoted_QuoteTypeTagAnnot) =>
57-
tp.symbol.info.hiBound
58-
case _ => tp
59-
}
60-
mapOver(tp1)
61-
}
62-
}.apply(tp)
63-
6453
/** Unpickle the tree contained in the TastyExpr */
6554
def unpickleExpr(tasty: PickledQuote, splices: PickledArgs)(implicit ctx: Context): Tree = {
6655
val tastyBytes = TastyString.unpickle(tasty)

0 commit comments

Comments
 (0)