Removing some superfluous extern declarations

No functional change.

Resolves #93
This commit is contained in:
mstembera
2014-11-01 22:10:31 -07:00
committed by Joona Kiiski
parent bcbab19376
commit bc83515c9e
3 changed files with 13 additions and 13 deletions

View File

@@ -105,8 +105,8 @@ extern Position RootPos;
extern Time::point SearchTime;
extern StateStackPtr SetupStates;
extern void init();
extern void think();
void init();
void think();
template<bool Root> uint64_t perft(Position& pos, Depth depth);
} // namespace Search