Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Tijl Leenders committed Jan 14, 2024
1 parent f6a3a1a commit 3215649
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/models/budget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ pub struct TimeBudget {
pub min_scheduled: usize,
pub max_scheduled: usize,
}
impl TimeBudget {
pub(crate) fn reduce_by(&self, hours: usize) -> () {
println!("reducing by 1!");
()
}
}

impl Debug for TimeBudget {
fn fmt(&self, f: &mut Formatter) -> std::fmt::Result {
Expand Down

0 comments on commit 3215649

Please sign in to comment.