mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Some code and comment cleanup
- Remove all references to split points - Some grammar and spelling fixes No Functional change Resolves #478
This commit is contained in:
committed by
Joona Kiiski
parent
00d9e9fd28
commit
80d7556af7
@@ -29,8 +29,6 @@
|
||||
#include "position.h"
|
||||
#include "types.h"
|
||||
|
||||
struct SplitPoint;
|
||||
|
||||
namespace Search {
|
||||
|
||||
/// Stack struct keeps track of the information we need to remember from nodes
|
||||
@@ -38,7 +36,6 @@ namespace Search {
|
||||
/// its own array of Stack objects, indexed by the current ply.
|
||||
|
||||
struct Stack {
|
||||
SplitPoint* splitPoint;
|
||||
Move* pv;
|
||||
int ply;
|
||||
Move currentMove;
|
||||
|
||||
Reference in New Issue
Block a user