1
0
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:
Danny Al-Gaaf 2013-03-12 11:00:32 +01:00
parent 3072902c00
commit 8dc0a3292d

View File

@ -91,7 +91,6 @@ class DumbBackend : public Backend {
item->bl,
item->on_applied,
item->on_commit);
delete item;
}
void _clear() {
return item_queue.clear();