]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ReplicatedPG::trim_object: remove unused int r; declaration
authorSamuel Just <sam.just@inktank.com>
Tue, 14 Jan 2014 03:28:35 +0000 (19:28 -0800)
committerSamuel Just <sam.just@inktank.com>
Wed, 22 Jan 2014 22:39:17 +0000 (14:39 -0800)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ReplicatedPG.cc

index eddaa909fa1f499d7ddccc77a6d6b9e9dfe9b727..ed970b6c1d857d2744bd941d4ac1161e59d52e28 100644 (file)
@@ -2118,7 +2118,6 @@ ReplicatedPG::RepGather *ReplicatedPG::trim_object(const hobject_t &coid)
 {
   // load clone info
   bufferlist bl;
-  int r;
   ObjectContextRef obc = get_object_context(coid, false, NULL);
   if (!obc) {
     derr << __func__ << "could not find coid " << coid << dendl;