]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_rados.cc: remove unused variable 'objs'
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 23 Oct 2014 17:51:33 +0000 (19:51 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 26 Oct 2014 17:10:15 +0000 (18:10 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rgw/rgw_rados.cc

index 1d05509d6c8bfe8565acd20d7111cec8ceb4c13a..54856bf3a4dd8aa42aafef0b72f43c13e0e8c8ae 100644 (file)
@@ -3498,7 +3498,6 @@ int RGWRados::copy_obj_data(void *ctx,
 {
   bufferlist first_chunk;
   RGWObjManifest manifest;
-  map<uint64_t, RGWObjManifestPart> objs;
 
   string tag;
   append_rand_alpha(cct, tag, tag, 32);