]> git.sesse.net Git - stockfish/commitdiff
Remove redundant extern modifier for function declarations
authorSebastian Buchwald <UniQP@web.de>
Tue, 27 Dec 2022 09:31:24 +0000 (10:31 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 1 Jan 2023 11:26:36 +0000 (12:26 +0100)
Functions have external linkage by default, so there's no need to
declare them extern.

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

No functional change


No differences found