Skip to content

Commit

Permalink
Remove unused RefWithCost (#204)
Browse files Browse the repository at this point in the history
This was brought over from `ncollide` and was unused at the time.

This code generates warnings in nightly builds due to being dead.
  • Loading branch information
waywardmonkeys authored Jun 21, 2024
1 parent 9e723ee commit 43b3fa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ mod point_cloud_support_point;
mod point_in_poly2d;
#[cfg(feature = "dim2")]
pub mod point_in_triangle;
mod ref_with_cost;
mod sdp_matrix;
mod segments_intersection;
mod sort;
Expand Down
40 changes: 0 additions & 40 deletions src/utils/ref_with_cost.rs

This file was deleted.

0 comments on commit 43b3fa1

Please sign in to comment.