Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Nov 5, 2024
1 parent a9aa757 commit 563f1ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/scala/game/Encoder.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.lichess.compression.game

import java.util.regex.{ Matcher, Pattern }
import org.lichess.compression.BitOps

object Encoder:
Expand Down
2 changes: 0 additions & 2 deletions src/main/scala/game/MoveList.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.lichess.compression.game

import scala.collection.mutable.ArrayBuffer

final class MoveList(capacity: Int = 256):
private val buffer = Array.tabulate(capacity)(_ => Move())
private val comparator = java.util.Comparator.comparingInt[Move](_.score).reversed()
Expand Down

0 comments on commit 563f1ed

Please sign in to comment.