mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
Remove unneeded return statement
closes https://github.com/official-stockfish/Stockfish/pull/6013 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
f590767b91
commit
5f32b3ed4b
@@ -52,7 +52,6 @@ void memory_deleter(T* ptr, FREE_FUNC free_func) {
|
||||
ptr->~T();
|
||||
|
||||
free_func(ptr);
|
||||
return;
|
||||
}
|
||||
|
||||
// Frees memory which was placed there with placement new.
|
||||
|
||||
Reference in New Issue
Block a user