mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 19:22:29 +00:00
cleanup: Remove rak::call_delete
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
namespace rpc {
|
||||
|
||||
CommandScheduler::~CommandScheduler() {
|
||||
std::for_each(begin(), end(), rak::call_delete<CommandSchedulerItem>());
|
||||
std::for_each(begin(), end(), [](CommandSchedulerItem* item) { delete item; });
|
||||
}
|
||||
|
||||
CommandScheduler::iterator
|
||||
|
||||
Reference in New Issue
Block a user