diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-24 11:04:44 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-24 11:04:44 +0200 |
| commit | cb72b254db524a398c07ad9c63c13cbbbe8dbba0 (patch) | |
| tree | 2312521c9a382b0217a8fd9046399e08d6ffefb4 /src/uci.cpp | |
| parent | 22718aea57fde4e325aea4c0d36d76b0d1609fa7 (diff) | |
feat(tests): adding hash testing to new tests
Diffstat (limited to 'src/uci.cpp')
| -rw-r--r-- | src/uci.cpp | 1 |
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); |
