From: Bingyin Zhang Date: Tue, 19 Dec 2017 01:37:05 +0000 (+0800) Subject: rgw: remove unused variable bl in file rgw_op.cc X-Git-Tag: v13.0.2~733^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ed481cc179e24a829804054b6535a70aceb83b3;p=ceph.git rgw: remove unused variable bl in file rgw_op.cc Signed-off-by: Bingyin Zhang --- diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index d32e790c431e..b4432a8d1be5 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -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;