Removed unused variable.

pull/2838/head
Marc-Antoine Lortie 2019-12-18 08:10:12 -05:00
parent 87de50e1f3
commit 5d79639a8a
1 changed files with 0 additions and 1 deletions

View File

@ -409,7 +409,6 @@ private:
}
void expect_named_children(const aiScene *scene, const char *node_name, const std::vector<std::string> &expected_names) {
const aiNode *node = scene->mRootNode->FindNode(node_name);
expect_named_children(scene->mRootNode->FindNode(node_name), expected_names);
}