rgw: drop unused variable iter in XMLObj::find_first

Signed-off-by: luomuyao <luo.muyao@zte.com.cn>
This commit is contained in:
luomuyao 2017-12-28 16:18:04 +08:00
parent 8a48b64fff
commit 88cc8fee3f

1
src/rgw/rgw_xml.cc Normal file → Executable file
View 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())