]> git.sesse.net Git - stockfish/commit
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)
commit258c13ba8cc8d054b803a04c433a766d0c5a1e8f
treed0b6ee5ff2fb29314f665c69111857e20091b66b
parentf09b391ceb5ea282538b721b069db67e3b6e098f
Remove redundant extern modifier for function declarations

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
src/position.h
src/psqt.h
src/uci.cpp