issue #4693: remove unneede codes

This commit is contained in:
minggo 2014-06-12 14:00:41 +08:00
parent 990c491746
commit 6845a69655
1 changed files with 1 additions and 2 deletions

View File

@ -1285,9 +1285,8 @@ void NodeNameTest::onEnter()
return true;
});
int i = 1;
log("will find all nodes with name 'test' twice");
enumerateChildren("test", [&i](const Node* node) -> bool {
enumerateChildren("test", [](const Node* node) -> bool {
log("find node with name 'test'");
return false;
});