Remove unused variable.

pull/2966/head
Kim Kulling 2020-09-28 09:15:56 +02:00 committed by GitHub
parent 89ac168014
commit c598a12340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ void XGLImporter::InternReadFile(const std::string &pFile, aiScene *pScene, IOSy
return;
}
XmlNode root = mXmlParser->getRootNode();
TempScope scope;
XmlNode *worldNode = mXmlParser->findNode("WORLD");
if (nullptr != worldNode) {