Skip to content

Commit a6404dc

Browse files
committed
Remove Context from Reflection
1 parent 45e3378 commit a6404dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

library/src/scala/tasty/Reflection.scala

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ import scala.tasty.reflect._
1212
*/
1313
trait Reflection extends reflect.Types { reflectSelf: CompilerInterface =>
1414

15-
//////////////
16-
// CONTEXTS //
17-
//////////////
18-
19-
/** Context of the macro expansion */
20-
protected def rootContext: Context // TODO: Should this be moved to QuoteContext?
21-
given Context = rootContext // TODO: Should be an implicit converion from QuoteContext to Context
22-
23-
2415
///////////////
2516
// Source //
2617
///////////////

0 commit comments

Comments
 (0)