remove unused file

pull/9517/head
Thibault Duplessis 2021-08-02 08:56:06 +02:00
parent 653f67c0ba
commit 693f7a5504
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
package lila.relay
import scala.concurrent.ExecutionContext
import lila.game.{ GameRepo, PgnDump }
final private class GameIdsUpstream(
gameRepo: GameRepo,
pgnDump: PgnDump
)(implicit ec: ExecutionContext) {}