Skip to content

Commit

Permalink
Remove outdated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Oct 19, 2023
1 parent b3ab270 commit 61c83be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion protocols/perf/src/client/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ impl ConnectionHandler for Handler {
Self::Error,
>,
> {
// Return queued events.
if let Some(event) = self.queued_events.pop_front() {
return Poll::Ready(event);
}
Expand Down
1 change: 0 additions & 1 deletion protocols/perf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pub struct Progressed {
impl Display for Progressed {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let Progressed {
// TODO: A single duration for both up and down is not ideal.
duration,
sent,
received,
Expand Down

0 comments on commit 61c83be

Please sign in to comment.