Skip to content

Commit

Permalink
docs(transport): remove obsolete comment (#2304)
Browse files Browse the repository at this point in the history
Doc comment describes return value, but function doesn't return anything.
  • Loading branch information
mxinden authored Jan 7, 2025
1 parent c84880b commit a5fbfdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neqo-transport/src/recv_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ impl RecvStream {
Ok(())
}

/// If we should tell the sender they have more credit, return an offset
fn flow_control_retire_data(
new_read: u64,
fc: &mut ReceiverFlowControl<StreamId>,
Expand Down

0 comments on commit a5fbfdd

Please sign in to comment.