From 31d41d83c38924a4c5b46e84b8be9f24a0f08c05 Mon Sep 17 00:00:00 2001 From: Dennis Brakhane Date: Sun, 25 Apr 2021 17:03:56 +0200 Subject: Remove duplicate comments A few single line comments were duplicated, probably due to bad merges. This commit removes the obviously duplicate ones. --- .../BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp') diff --git a/thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp b/thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp index 25ddd539bf..5c20d2a0d4 100644 --- a/thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp +++ b/thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp @@ -44,7 +44,6 @@ void btMultiBodySphericalJointMotor::finalizeMultiDof() int linkDoF = 0; unsigned int offset = 6 + (m_bodyA->getLink(m_linkA).m_dofOffset + linkDoF); - // row 0: the lower bound // row 0: the lower bound jacobianA(0)[offset] = 1; -- cgit v1.2.3