Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Nov 15, 2024
1 parent 1ee3b0b commit 075006a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/geom/SimpleCurve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ SimpleCurve::getPointN(std::size_t n) const
assert(getFactory());
assert(points.get());

std::unique_ptr<Point> point;
if (hasM() || hasZ()) {
CoordinateXYZM c;
points->getAt(n, c);
Expand Down

0 comments on commit 075006a

Please sign in to comment.