Merge pull request #19583 from qrGitHub/wip-rgw-unused-variable

rgw: drop iter in rgw_op.cc

Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
Jos Collin 2017-12-25 03:12:12 +00:00 committed by GitHub
commit 2113ebe02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3296,7 +3296,6 @@ void RGWPutObj::execute()
MD5 hash;
bufferlist bl, aclbl, bs;
int len;
map<string, string>::iterator iter;
bool multipart;
off_t fst;