projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable insert_pv
[stockfish]
/
src
/
search.cpp
diff --git
a/src/search.cpp
b/src/search.cpp
index 96a945e666ed66b8d54acca97791cd37f1d665c5..7bacb89c87fe988e53dd504869b945921d148904 100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-743,7
+743,7
@@
namespace {
// Write PV to transposition table, in case the relevant entries have
// been overwritten during the search.
// Write PV to transposition table, in case the relevant entries have
// been overwritten during the search.
- TT.insert_pv(p, ss[0].pv);
+
//
TT.insert_pv(p, ss[0].pv);
if (AbortSearch)
break; // Value cannot be trusted. Break out immediately!
if (AbortSearch)
break; // Value cannot be trusted. Break out immediately!