aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-24 11:04:44 +0200
committerAdam <adammegarules1@gmail.com>2026-08-24 11:04:44 +0200
commitcb72b254db524a398c07ad9c63c13cbbbe8dbba0 (patch)
tree2312521c9a382b0217a8fd9046399e08d6ffefb4 /src
parent22718aea57fde4e325aea4c0d36d76b0d1609fa7 (diff)
feat(tests): adding hash testing to new tests
Diffstat (limited to 'src')
-rw-r--r--src/uci.cpp1
1 files changed, 0 insertions, 1 deletions
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);