projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Convert History table H in a local variable
[stockfish]
/
src
/
search.h
diff --git
a/src/search.h
b/src/search.h
index
62d3fe9
..
03c35f0
100644
(file)
--- a/
src/search.h
+++ b/
src/search.h
@@
-73,9
+73,6
@@
extern TranspositionTable TT;
extern int ActiveThreads;
extern Lock SMPLock;
-// Perhaps better to make H local, and pass as parameter to MovePicker?
-extern History H;
-
////
//// Prototypes