Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 8, 2023
1 parent af4164e commit 8978c5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/fj-core/src/algorithms/approx/curve/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ impl CurveApproxCache {

let (approx, segment) = match self.inner.remove(&curve) {
Some(mut existing_approx) => {
// An approximation for this curve already exists. We need to
// merge the new segment into it.
let segment = existing_approx.merge(new_segment);
(existing_approx, segment)
}
Expand Down

0 comments on commit 8978c5a

Please sign in to comment.