mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 18:46:59 +08:00
Fix an obsoleted descrption comment
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -1022,7 +1022,7 @@ namespace {
|
||||
}
|
||||
|
||||
|
||||
// search_pv() is the main search function for PV nodes.
|
||||
// search<>() is the main search function for both PV and non-PV nodes
|
||||
|
||||
template <NodeType PvNode>
|
||||
Value search(Position& pos, SearchStack ss[], Value alpha, Value beta,
|
||||
|
||||
Reference in New Issue
Block a user