Skip to content

Unneeded parameters in function #52

Description

@winapiadmin

chesslib/position.h

Lines 490 to 491 in 146c39b

inline bool is_seventyfive_moves(int n) const { return _is_halfmoves(150); }
inline bool is_fifty_moves(int n) const { return _is_halfmoves(150); }

Parameter n is ununsed

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions