X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=71d18ee899e1c1507a59800d341594d23fd5de50;hp=0426ec3683d68de129f9fcea19357720fcb6d522;hb=49a1fdd3fe894d170a2c2781238c0f0f907c08cc;hpb=7133598a98301cf84857d39194026b876da48b96 diff --git a/src/pawns.h b/src/pawns.h index 0426ec36..71d18ee8 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -76,7 +76,6 @@ struct Entry { typedef HashTable Table; -void init(); Entry* probe(const Position& pos); } // namespace Pawns