diff --git a/urdf/include/urdf/joint.h b/urdf/include/urdf/joint.h
index 3e08308..cbe9f67 100644
--- a/urdf/include/urdf/joint.h
+++ b/urdf/include/urdf/joint.h
@@ -165,10 +165,6 @@ public:
/// transform from Parent Link frame to Joint frame
Pose parent_to_joint_origin_transform;
- /// @todo: should use weak pointer here
- //boost::shared_ptr link;
- //boost::shared_ptr parent_link;
-
/// Joint Dynamics
boost::shared_ptr dynamics;