mirror of
https://github.com/ceph/ceph
synced 2024-12-24 04:14:07 +00:00
bench/dumb_backend.h: remove never executed delete statement
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
3072902c00
commit
8dc0a3292d
@ -91,7 +91,6 @@ class DumbBackend : public Backend {
|
||||
item->bl,
|
||||
item->on_applied,
|
||||
item->on_commit);
|
||||
delete item;
|
||||
}
|
||||
void _clear() {
|
||||
return item_queue.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user