]> git.sesse.net Git - stockfish/commitdiff
Remove redundant const qualifiers
authorSebastian Buchwald <UniQP@web.de>
Wed, 25 Jan 2023 21:04:02 +0000 (22:04 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 28 Jan 2023 15:49:27 +0000 (16:49 +0100)
The const qualifiers are already implied by the constexpr qualifiers.

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

No functional change


No differences found