Skip to content

Commit

Permalink
remove nulls
Browse files Browse the repository at this point in the history
  • Loading branch information
plotchy committed Jun 28, 2024
1 parent 50844ad commit 77d91fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/graph/src/range/elem/elem_enum/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,6 @@ impl RangeArenaLike<Elem<Concrete>> for RangeArena<Elem<Concrete>> {
self.map.insert(Elem::Null, 0);
}

// let nulls = self.ranges.iter().fold(0, |mut acc, e| {
// if matches!(e, Elem::Null) {
// acc += 1;
// }
// acc
// });

// println!(
// "{}\nhad cycle:\n{:?}",
// self.debug_str(analyzer),
Expand Down

0 comments on commit 77d91fb

Please sign in to comment.