]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_op.cc: remove unused variables
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 3 Feb 2016 11:21:39 +0000 (12:21 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 19 Feb 2016 11:50:35 +0000 (12:50 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_op.cc

index df884086ec02b72dcd8045a75c96a2b424c5813b..84c09e402f54bce6fa58af64c098eb2c0468c4bc 100644 (file)
@@ -802,14 +802,11 @@ static int iterate_slo_parts(CephContext *cct,
                              void *cb_param)
 {
   bool found_start = false, found_end = false;
-  string delim;
-  vector<RGWObjEnt> objs;
 
   if (slo_parts.empty()) {
     return 0;
   }
 
-
   utime_t start_time = ceph_clock_now(cct);
 
   map<uint64_t, rgw_slo_part>::iterator iter = slo_parts.upper_bound(ofs);