Skip to content

Commit

Permalink
Revert "Update movegen.cpp"
Browse files Browse the repository at this point in the history
This reverts commit d00029c.
  • Loading branch information
dpldgr committed Nov 26, 2024
1 parent d00029c commit 9da5633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/movegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ template ExtMove* generate<QUIETS>(const Position&, ExtMove*);
template ExtMove* generate<EVASIONS>(const Position&, ExtMove*);
template ExtMove* generate<QUIET_CHECKS>(const Position&, ExtMove*);
template ExtMove* generate<NON_EVASIONS>(const Position&, ExtMove*);
template ExtMove* generate<LEGAL>(const Position&, ExtMove*);
template struct MoveList<CAPTURES>;
template struct MoveList<QUIETS>;
template struct MoveList<EVASIONS>;
Expand Down

0 comments on commit 9da5633

Please sign in to comment.