mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
There is no need to clear TT at allocation time
Operator new() already returns a zeroed memory. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
82bd61a8fa
commit
ee8cdb1721
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ void TranspositionTable::set_size(size_t mbSize) {
|
|||
<< " MB for transposition table." << std::endl;
|
||||
Application::exit_with_failure();
|
||||
}
|
||||
clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue