Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Nov 5, 2024
1 parent 8f11b4b commit 1eeb534
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lading/src/generator/file_gen/logrotate_fs/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1256,15 +1256,6 @@ mod test {
// }
}

// fn compute_bytes_per_tick(load_profile: &LoadProfile, initial_tick: Tick, tick: Tick) -> u64 {
// match load_profile {
// LoadProfile::Constant(bytes_per_tick) => *bytes_per_tick,
// LoadProfile::Linear { start, rate } => {
// start.saturating_add(rate.saturating_mul(tick.saturating_sub(initial_tick)))
// }
// }
// }

fn compute_expected_bytes_written(
load_profile: &LoadProfile,
initial_tick: Tick,
Expand Down

0 comments on commit 1eeb534

Please sign in to comment.