Skip to content

Commit

Permalink
Remove another unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 28, 2024
1 parent 4ffeef5 commit bdf9e51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geo/src/algorithm/relate/geomgraph/geometry_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ where
.iter()
.enumerate()
.flat_map(|(edge_idx, edge)| {
// let edge = RefCell::borrow(edge);
let start_of_final_segment: usize = edge.coords().len() - 1;
(0..start_of_final_segment).map(move |segment_idx| {
let p1 = edge.coords()[segment_idx];
Expand Down

0 comments on commit bdf9e51

Please sign in to comment.