Skip to content

Commit 9d95115

Browse files
committed
Remove outdated comment
1 parent 195d06c commit 9d95115

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import MegaPhase.MiniPhase
99
import scala.collection.mutable
1010

1111
/** Translates quoted terms and types to reify method calls.
12-
* The mini phase needs to run in the same group as FirstTransform. So far we lack
13-
* the machinery to express this constraint in code.
1412
*/
1513
class ReifyQuotes extends MacroTransform {
1614
import ast.tpd._

0 commit comments

Comments
 (0)