Skip to content

Commit

Permalink
remove max_last_segment_size
Browse files Browse the repository at this point in the history
  • Loading branch information
mcroomp committed Dec 4, 2024
1 parent 7aa04dc commit 65113aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/structs/lepton_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ impl LeptonHeader {

let last = &mut self.thread_handoff[num_threads - 1];

let max_last_segment_size = max_last_segment_size;

if last.segment_size > max_last_segment_size {
// re-adjust the last segment size
last.segment_size = max_last_segment_size;
Expand Down

0 comments on commit 65113aa

Please sign in to comment.