mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Rename SplitPoint parentSstack
Now that we don't have anymore a search stack array in SplitPoint we can rename this data member to somthing more usual. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ struct SplitPoint {
|
||||
|
||||
// Const pointers to shared data
|
||||
MovePicker* mp;
|
||||
SearchStack* parentSstack;
|
||||
SearchStack* ss;
|
||||
|
||||
// Shared data
|
||||
Lock lock;
|
||||
|
||||
Reference in New Issue
Block a user