]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop unused variable iter in XMLObj::find_first 19709/head
authorluomuyao <luo.muyao@zte.com.cn>
Thu, 28 Dec 2017 08:18:04 +0000 (16:18 +0800)
committerluomuyao <luo.muyao@zte.com.cn>
Thu, 28 Dec 2017 08:24:30 +0000 (16:24 +0800)
Signed-off-by: luomuyao <luo.muyao@zte.com.cn>
src/rgw/rgw_xml.cc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 81000dc..a1e85ba
@@ -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())