Remove unused variable

This commit is contained in:
sabrina-shanman 2019-09-30 09:07:42 -07:00
parent b4c50b3f48
commit f773bdeca2

View file

@ -57,7 +57,6 @@ void CollectShapeVerticesTask::run(const baker::BakeContextPointer& context, con
vertexSources.push_back(vertexSource);
auto& shapeVertices = shapeVerticesPerJoint[jointIndex];
const uint16_t deformerIndex = dynamicTransform.deformers[j];
const auto& mesh = meshes[shape.mesh];
const auto& vertices = mesh.vertices;
const auto& reweightedDeformer = reweightedDeformers[shape.mesh];