From 6ed481cc179e24a829804054b6535a70aceb83b3 Mon Sep 17 00:00:00 2001 From: Bingyin Zhang Date: Tue, 19 Dec 2017 09:37:05 +0800 Subject: [PATCH] rgw: remove unused variable bl in file rgw_op.cc Signed-off-by: Bingyin Zhang --- src/rgw/rgw_op.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index d32e790c431..b4432a8d1be 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; -- 2.39.5