X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=bebf617f4f039cc959c2a0d41799cbaf323ef234;hb=de1dc4f2de7d22c9ea1b33b9caee276651ef7c6d;hp=c25244a6504cc27033554117ee029460a3581b7b;hpb=a6e0f62a4f83bf4303e920d5f689de7cbc0467e8;p=stockfish diff --git a/src/position.h b/src/position.h index c25244a6..bebf617f 100644 --- a/src/position.h +++ b/src/position.h @@ -346,10 +346,6 @@ inline Key Position::key() const { return st->key; } -inline Key Position::exclusion_key() const { - return st->key ^ Zobrist::exclusion; -} - inline Key Position::pawn_key() const { return st->pawnKey; }