]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Introduce Cut/All node definitions
[stockfish] / src / position.h
index c25244a6504cc27033554117ee029460a3581b7b..bebf617f4f039cc959c2a0d41799cbaf323ef234 100644 (file)
@@ -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;
 }