Don't need to expose namespace Zobrist

It can be local to position.cpp

No functional change.
This commit is contained in:
Marco Costalba
2013-06-09 23:24:36 +02:00
parent a6e0f62a4f
commit de1dc4f2de
3 changed files with 10 additions and 18 deletions

View 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;
}