1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Remove unused variable

This commit is contained in:
Joost VandeVondele 2020-08-01 08:18:35 +02:00
parent dbab8b03cf
commit 56c9b608c9

View file

@ -206,7 +206,6 @@ private:
Thread* thisThread; Thread* thisThread;
StateInfo* st; StateInfo* st;
bool chess960; bool chess960;
bool nnue;
// List of pieces used in NNUE evaluation function // List of pieces used in NNUE evaluation function
EvalList evalList; EvalList evalList;