From cb72b254db524a398c07ad9c63c13cbbbe8dbba0 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 24 Aug 2026 11:04:44 +0200 Subject: feat(tests): adding hash testing to new tests --- src/uci.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/uci.cpp b/src/uci.cpp index 5f62169..4b36fe6 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -353,7 +353,6 @@ void Uci() { std::cout << hash << "\n"; } if (cmd.starts_with("perft")) { - uint32_t depth = 0; std::stringstream ss(cmd); -- cgit v1.2.3