]> git.sesse.net Git - stockfish/commitdiff
Remove unused return type from propagate()
authormstembera <MissingEmail@email>
Tue, 25 Jul 2023 02:02:49 +0000 (19:02 -0700)
committerStéphane Nicolet <cassio@free.fr>
Fri, 28 Jul 2023 21:24:42 +0000 (23:24 +0200)
Also make two get_weight_index() static methods constexpr, for
consistency with the other static get_hash_value() method right above.
Tested for speed by user Torom (thanks).

closes https://github.com/official-stockfish/Stockfish/pull/4708

No functional change


No differences found