Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Nov 16, 2023
1 parent cd577a6 commit 7003039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/RbtConstraint.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ RbtDouble RbtConstraint::Score() const

RbtConstraintPtr Rbt::CreateConstraint(RbtCoord &c, RbtDouble &t, RbtString &n, RbtBool bCount)
{
// throw RbtError(_WHERE_, "Problems reading constraint ABC " + n);
if (n == "Any")
{
if (bCount)
Expand Down

0 comments on commit 7003039

Please sign in to comment.