Skip to content

Commit

Permalink
perfect: Remove unused static std::mutex mtx
Browse files Browse the repository at this point in the history
Change-Id: Id78d13dd62a90345505fd915fb05cfac63b58734
  • Loading branch information
calcitem committed Oct 14, 2023
1 parent c30cd77 commit d047586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/perfect/perfect_adaptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

static Move malom_remove_move = MOVE_NONE;

static std::mutex mtx;
static std::condition_variable cv;

int GetBestMove(int whiteBitboard, int blackBitboard, int whiteStonesToPlace,
Expand Down

0 comments on commit d047586

Please sign in to comment.