mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
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:
commit
2113ebe02d
@ -3296,7 +3296,6 @@ void RGWPutObj::execute()
|
|||||||
MD5 hash;
|
MD5 hash;
|
||||||
bufferlist bl, aclbl, bs;
|
bufferlist bl, aclbl, bs;
|
||||||
int len;
|
int len;
|
||||||
map<string, string>::iterator iter;
|
|
||||||
bool multipart;
|
bool multipart;
|
||||||
|
|
||||||
off_t fst;
|
off_t fst;
|
||||||
|
Loading…
Reference in New Issue
Block a user