mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
rgw/user: remove needless bufferlist encoding
info encoded but never be used. Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
This commit is contained in:
parent
2380351e16
commit
cc1ae01673
@ -95,8 +95,6 @@ int rgw_store_user_info(RGWRados *store,
|
||||
bool exclusive,
|
||||
map<string, bufferlist> *pattrs)
|
||||
{
|
||||
bufferlist bl;
|
||||
info.encode(bl);
|
||||
int ret;
|
||||
RGWObjVersionTracker ot;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user