Skip to content

Commit

Permalink
Merge pull request #19709 from luomuyao/dev
Browse files Browse the repository at this point in the history
rgw: drop unused iter in XMLObj::find_first

Reviewed-by: Jos Collin <jcollin@redhat.com>
  • Loading branch information
joscollin committed Dec 28, 2017
2 parents 8a48b64 + 88cc8fe commit 28c79fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rgw/rgw_xml.cc 100644 → 100755
Expand Up @@ -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())
Expand Down

0 comments on commit 28c79fa

Please sign in to comment.