rgw: remove unused variable bl in file rgw_op.cc

Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
This commit is contained in:
Bingyin Zhang 2017-12-19 09:37:05 +08:00
parent b5eaa02a8d
commit 6ed481cc17

View 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;