Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Dec 26, 2023
1 parent f30614e commit bf612e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libraries/LibTurnBasedGame.sol
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ library LibTBG {
* - `gameId` must not be zero.
* - The game with `gameId` must have started.
*
* ***WARNING*** This function is unused in the current implementation of the library.
*
*/
function canEndTurn(uint256 gameId) internal view returns (bool) {
bool turnTimedOut = isTurnTimedOut(gameId);
Expand Down

0 comments on commit bf612e0

Please sign in to comment.