mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Removing some superfluous extern declarations
No functional change. Resolves #93
This commit is contained in:
@@ -28,9 +28,9 @@ namespace Eval {
|
||||
|
||||
const Value Tempo = Value(17); // Must be visible to search
|
||||
|
||||
extern void init();
|
||||
extern Value evaluate(const Position& pos);
|
||||
extern std::string trace(const Position& pos);
|
||||
void init();
|
||||
Value evaluate(const Position& pos);
|
||||
std::string trace(const Position& pos);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user