Skip to content

Commit

Permalink
remove useless statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 9, 2024
1 parent 44b1100 commit c62aeef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/pbo/src/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ impl<I: Seek + Read> ReadablePbo<I> {
}
}

let vers_header = vers_header;

for header in &headers {
input.seek(SeekFrom::Current(i64::from(header.size())))?;
}
Expand Down

0 comments on commit c62aeef

Please sign in to comment.