mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
test/osd/RadosModel.h: remove unused variables
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
faab0e849a
commit
ae15b2fcaa
@ -563,7 +563,6 @@ public:
|
||||
void _begin()
|
||||
{
|
||||
ContDesc cont;
|
||||
stringstream acc;
|
||||
{
|
||||
Mutex::Locker l(context->state_lock);
|
||||
cont = ContDesc(context->seq_num, context->current_snap,
|
||||
@ -656,7 +655,6 @@ public:
|
||||
void _begin()
|
||||
{
|
||||
ContDesc cont;
|
||||
stringstream acc;
|
||||
{
|
||||
Mutex::Locker l(context->state_lock);
|
||||
cont = ContDesc(context->seq_num, context->current_snap,
|
||||
@ -877,8 +875,6 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
stringstream acc;
|
||||
|
||||
ObjectDesc contents(&context->cont_gen);
|
||||
context->find_object(oid, &contents);
|
||||
bool present = !contents.deleted();
|
||||
|
Loading…
Reference in New Issue
Block a user