]> git.sesse.net Git - stockfish/commit - src/endgame.cpp
Simplify distance (#2109)
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 18 Apr 2019 14:53:52 +0000 (16:53 +0200)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Thu, 18 Apr 2019 14:53:52 +0000 (16:53 +0200)
commitf21b50398231b4846c364e23bfeeab314c7731ea
tree70496e274ea7a3ae342ef2001aa3726fe3161ede
parentc4fc00ec49d748f1ec1cd2fa2affa73bfdc86f8f
Simplify distance (#2109)

Only called with Squares as argument, so remove unused variants.

As this is just syntax changes, only verified bench at high depth.

No functional change.
src/bitboard.h
src/endgame.cpp