]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused variable bl in file rgw_op.cc 19584/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Tue, 19 Dec 2017 01:37:05 +0000 (09:37 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Tue, 19 Dec 2017 01:37:05 +0000 (09:37 +0800)
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_op.cc

index d32e790c431e1ae1eeae8ac54a29bb8f684b4a3d..b4432a8d1be598937695a598eb5a4beb26dbd455 100644 (file)
@@ -5040,7 +5040,6 @@ void RGWDeleteCORS::execute()
   if (op_ret < 0)
     return;
 
-  bufferlist bl;
   rgw_raw_obj obj;
   if (!cors_exist) {
     dout(2) << "No CORS configuration set yet for this bucket" << dendl;