mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
rgw: drop unused variable iter in XMLObj::find_first
Signed-off-by: luomuyao <luo.muyao@zte.com.cn>
This commit is contained in:
parent
8a48b64fff
commit
88cc8fee3f
1
src/rgw/rgw_xml.cc
Normal file → Executable file
1
src/rgw/rgw_xml.cc
Normal file → Executable file
@ -123,7 +123,6 @@ find(string name)
|
||||
XMLObj *XMLObj::
|
||||
find_first(string name)
|
||||
{
|
||||
XMLObjIter iter;
|
||||
map<string, XMLObj *>::iterator first;
|
||||
first = children.find(name);
|
||||
if (first != children.end())
|
||||
|
Loading…
Reference in New Issue
Block a user