mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Remove stale Cache::clear() method
closes https://github.com/official-stockfish/Stockfish/pull/5666 No functional change
This commit is contained in:
parent
54cf226604
commit
f77bac3dca
1 changed files with 0 additions and 5 deletions
|
@ -80,11 +80,6 @@ struct AccumulatorCaches {
|
|||
entry.clear(network.featureTransformer->biases);
|
||||
}
|
||||
|
||||
void clear(const BiasType* biases) {
|
||||
for (auto& entry : entries)
|
||||
entry.clear(biases);
|
||||
}
|
||||
|
||||
std::array<Entry, COLOR_NB>& operator[](Square sq) { return entries[sq]; }
|
||||
|
||||
std::array<std::array<Entry, COLOR_NB>, SQUARE_NB> entries;
|
||||
|
|
Loading…
Add table
Reference in a new issue