From 56c9b608c9d37b2421cf54f49e293ce687c37357 Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Sat, 1 Aug 2020 08:18:35 +0200 Subject: [PATCH] Remove unused variable --- src/position.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/position.h b/src/position.h index 13af2bfd..39f614d6 100644 --- a/src/position.h +++ b/src/position.h @@ -206,7 +206,6 @@ private: Thread* thisThread; StateInfo* st; bool chess960; - bool nnue; // List of pieces used in NNUE evaluation function EvalList evalList;