From ae15b2fcaaa4a5b7afeda30ac27f47ccf869cb2f Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Tue, 12 Mar 2013 12:17:30 +0100 Subject: [PATCH] test/osd/RadosModel.h: remove unused variables Signed-off-by: Danny Al-Gaaf --- src/test/osd/RadosModel.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test/osd/RadosModel.h b/src/test/osd/RadosModel.h index be9ff4bccd6..c74d627e0fc 100644 --- a/src/test/osd/RadosModel.h +++ b/src/test/osd/RadosModel.h @@ -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(); -- 2.47.3