Skip to content

Commit

Permalink
refactor(transport/tests): remove unused IdEntry (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Mar 15, 2024
1 parent d2c7cbb commit dfa0185
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions neqo-transport/src/connection/tests/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ fn transfer() {
assert!(fin3);
}

#[derive(PartialEq, Eq, PartialOrd, Ord)]
struct IdEntry {
sendorder: StreamOrder,
stream_id: StreamId,
}

// tests stream sendorder priorization
fn sendorder_test(order_of_sendorder: &[Option<SendOrder>]) {
let mut client = default_client();
Expand Down

0 comments on commit dfa0185

Please sign in to comment.