Skip to content

Commit 89ee1f2

Browse files
committed
Remove useless line
1 parent 1717979 commit 89ee1f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/tests/src/test/scala/japgolly/scalajs/react/core/ReusabilityTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ object ReusabilityTest extends TestSuite {
145145
private class DerivesByRef {
146146
class X
147147
implicit val x: Reusability[X] = Reusability.never
148-
val _ = x
149148
case class Y(x: X)
150149
implicit val y: Reusability[Y] = Reusability.derive[Y]
151150
val y1 = Y(new X)

0 commit comments

Comments
 (0)