Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox authored Oct 22, 2024
1 parent 18ab387 commit aaf3872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/twistSplineData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ TwistSplineData::~TwistSplineData() {
void TwistSplineData::copy(const MPxData& other) {
if (other.typeId() == TwistSplineData::id) {
const TwistSplineData* otherData = (const TwistSplineData*) & other;
const TwistSplineT * x = otherData->getSpline();
_twistSpline = std::make_unique<TwistSplineT>(*otherData->getSpline());
}
else {
Expand Down

0 comments on commit aaf3872

Please sign in to comment.