From: Radoslaw Zarzynski Date: Sun, 18 Sep 2016 17:53:38 +0000 (+0200) Subject: rgw: clean-up the unnecessary RGWPostObj::boundary member. X-Git-Tag: v12.0.3~99^2~19 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0d8c297bfbb0877629ddab42a0a590743bf3aa7e;p=ceph.git rgw: clean-up the unnecessary RGWPostObj::boundary member. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index 060a4031c363..a43652270662 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -1013,7 +1013,6 @@ protected: const char *supplied_md5_b64; const char *supplied_etag; string etag; - string boundary; bool data_pending; string content_type; RGWAccessControlPolicy policy;