Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Schubert committed Oct 11, 2022
1 parent 1b4a6aa commit de6401e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cobertura.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ fn get_coverage(
}
start_indexes.sort_unstable();

// let result_lines = result.lines.clone();
// let result_branches = result.branches.clone();

let line_from_number = |number| {
let hits = result.lines.get(&number).cloned().unwrap_or_default();
if let Some(branches) = result.branches.get(&number) {
Expand Down

0 comments on commit de6401e

Please sign in to comment.