Skip to content

Commit 97d0379

Browse files
committed
algo/constraints: remove specialization for RigidConstraintModelTpl
1 parent a3b19bd commit 97d0379

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/pinocchio/algorithm/constraints/constraint-ordering.hxx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ namespace pinocchio
3434
algo_step(cmodel.derived(), model, data);
3535
}
3636

37-
template<typename ConstraintModel>
38-
static void algo_step(
39-
const RigidConstraintModelTpl<ConstraintModel> & cmodel, const Model & model, Data & data)
40-
{
41-
PINOCCHIO_UNUSED_VARIABLE(cmodel);
42-
PINOCCHIO_UNUSED_VARIABLE(model);
43-
PINOCCHIO_UNUSED_VARIABLE(data);
44-
}
45-
4637
template<typename ConstraintModel>
4738
static void algo_step(
4839
const KinematicsConstraintModelBase<ConstraintModel> & cmodel,

0 commit comments

Comments
 (0)