Skip to content

Commit

Permalink
chore: Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed May 9, 2024
1 parent 95e5944 commit 8421a23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/giffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,6 @@ impl Visitor for PGNGiffer {
let mut next_frame_number = 0;
let mut frames_to_process = Vec::new();
for (frame_number, frame) in recv {
// frames can arrive in any order, since they're processed in parallel,
// so they have to be stored in a queue
frames_to_process.push((frame_number, frame));

while let Some(index) = frames_to_process
Expand Down

0 comments on commit 8421a23

Please sign in to comment.