remove some warnings

This commit is contained in:
Erwin Coumans
2018-06-06 16:10:20 -07:00
parent c02761d40b
commit 1bcb54dc29
4 changed files with 4 additions and 7 deletions

View File

@@ -242,7 +242,6 @@ void PhysicsClientSharedMemory::resetData()
BodyJointInfoCache** bodyJointsPtr = m_data->m_bodyJointMap.getAtIndex(i);
if (bodyJointsPtr && *bodyJointsPtr)
{
BodyJointInfoCache* bodyJoints = *bodyJointsPtr;
delete (*bodyJointsPtr);
}
}