simgear/scene/model/SGReaderWriterXML.cxx: removed unused static variable.

This commit is contained in:
Julian Smith
2021-01-30 13:27:55 +00:00
parent edb1f8b9f8
commit b888a46e67
@@ -89,7 +89,6 @@ SGReaderWriterXML::readNode(const std::string& name,
return ReadResult::FILE_NOT_FOUND;
}
static std::tuple<int, osg::Node *> retval;
int num_anims;
std::tie(num_anims, result) = sgLoad3DModel_internal(p, options);
} catch (const sg_exception &t) {