]> git.sesse.net Git - stockfish/commitdiff
Clean functions returning by const values
authorAntoine Champion <antoine.champion@outlook.com>
Sat, 30 Jan 2021 08:50:04 +0000 (09:50 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 7 Mar 2021 13:05:01 +0000 (14:05 +0100)
The codebase contains multiple functions returning by const-value.
This patch is a small cleanup making those function returns
by value instead, removing the const specifier.

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

No functional change


No differences found