From: Chang Liu Date: Mon, 6 May 2019 07:05:50 +0000 (+0800) Subject: rgw: eliminates duplicated tags_bl var X-Git-Tag: v15.1.0~2756^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=533ba85d171818233e88713e6dcc3f2b7aa07521;p=ceph-ci.git rgw: eliminates duplicated tags_bl var Signed-off-by: Chang Liu --- diff --git a/src/rgw/rgw_rest_s3.h b/src/rgw/rgw_rest_s3.h index 0c5ab184ddd..8aa886f5da3 100644 --- a/src/rgw/rgw_rest_s3.h +++ b/src/rgw/rgw_rest_s3.h @@ -58,7 +58,6 @@ public: class RGWGetObjTags_ObjStore_S3 : public RGWGetObjTags_ObjStore { - bufferlist tags_bl; public: RGWGetObjTags_ObjStore_S3() {} ~RGWGetObjTags_ObjStore_S3() {}