]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
Use simple array for Pawns Connected bonus #2061
[stockfish] / src / pawns.h
index 0426ec3683d68de129f9fcea19357720fcb6d522..71d18ee899e1c1507a59800d341594d23fd5de50 100644 (file)
@@ -76,7 +76,6 @@ struct Entry {
 
 typedef HashTable<Entry, 16384> Table;
 
-void init();
 Entry* probe(const Position& pos);
 
 } // namespace Pawns