Skip to content

Unneeded parameters in function #52

@winapiadmin

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

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