Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Apr 12, 2024
1 parent 4bf798a commit f24eb36
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crates/polars-ops/src/series/ops/business.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,3 @@ fn increment_weekday(x: usize) -> usize {
x + 1
}
}

fn decrement_weekday(x: usize) -> usize {
if x == 0 {
6
} else {
x - 1
}
}

0 comments on commit f24eb36

Please sign in to comment.