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:
Yan Jun 2016-06-16 16:42:13 +08:00
parent 2380351e16
commit cc1ae01673

View File

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