]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
Tune null search reduction
[stockfish] / src / pawns.h
index 04aced772a814bd48d67a332779c27443a960a05..40a40403e6a69b3badf73d16a2dac448fbf2e2ac 100644 (file)
@@ -80,7 +80,7 @@ struct Entry {
 typedef HashTable<Entry, 16384> Table;
 
 void init();
-Entry* probe(const Position& pos, Table& entries);
+Entry* probe(const Position& pos);
 
 } // namespace Pawns