Skip to content

Commit 055cb5c

Browse files
committed
Remove obsolete call
1 parent a7ebcbb commit 055cb5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scalatest.dotty/src/main/scala/org/scalatest/DiagrammedExprMacro.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ object DiagrammedExprMacro {
127127
val rights = args.map { arg =>
128128
type V
129129
implicit val tpV: quoted.Type[V] = arg.tpe.seal.asInstanceOf[quoted.Type[V]]
130-
parse(arg.seal)
131130
parse[V](arg.seal.asInstanceOf[Expr[V]])
132131
}
133132

@@ -148,7 +147,6 @@ object DiagrammedExprMacro {
148147
// val rights = args.map { arg =>
149148
// type V
150149
// implicit val tpV: quoted.Type[V] = arg.tpe.seal.asInstanceOf[quoted.Type[V]]
151-
// parse(arg.seal)
152150
// parse[V](arg.seal.asInstanceOf[Expr[V]])
153151
// }
154152

0 commit comments

Comments
 (0)