]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/osd/RadosModel.h: remove unused variables
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Mar 2013 11:17:30 +0000 (12:17 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Mar 2013 15:59:44 +0000 (16:59 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/osd/RadosModel.h

index be9ff4bccd6bb34a246d4b29c6b0dfe48c97f9e3..c74d627e0fc6226c9445d895c0f0fed72247da72 100644 (file)
@@ -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();