Skip to content

Commit 42da4cb

Browse files
committed
wip
1 parent 9e79fff commit 42da4cb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

compiler/src/dotty/tools/dotc/transform/TreeMapWithStages.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ abstract class TreeMapWithStages(@constructorOnly ictx: Context) extends TreeMap
112112
case _ =>
113113
transformQuotation(quotedTree, tree)
114114
finally inQuoteOrSplice = old
115-
case Apply(Select(Quoted(quotedTree), _), List(scope)) if quotedTree.isType => // TODO remove?
116-
currentScope = scope
117-
dropEmptyBlocks(quotedTree) match
118-
case SplicedType(t) =>
119-
// '[ x.$splice ] --> x
120-
transform(t)
121-
case _ =>
122-
super.transform(tree)
123115
case Apply(Select(Quoted(quotedTree), _), List(scope)) =>
124116
currentScope = scope
125117
super.transform(tree)

0 commit comments

Comments
 (0)