projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4fc7734
)
Fix a stale comment
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 30 Jun 2013 11:12:04 +0000 (13:12 +0200)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 30 Jun 2013 11:12:04 +0000 (13:12 +0200)
No functional change.
src/search.cpp
patch
|
blob
|
history
diff --git
a/src/search.cpp
b/src/search.cpp
index
a1e1cea
..
bf33a13
100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-1156,8
+1156,7
@@
split_point_start: // At split points actual search starts from here
ttDepth = InCheck || depth >= DEPTH_QS_CHECKS ? DEPTH_QS_CHECKS
: DEPTH_QS_NO_CHECKS;
- // Transposition table lookup. At PV nodes, we don't use the TT for
- // pruning, but only for move ordering.
+ // Transposition table lookup
posKey = pos.key();
tte = TT.probe(posKey);
ttMove = tte ? tte->move() : MOVE_NONE;