Skip to content

Commit

Permalink
Remove deprecated quic_client re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Jul 3, 2024
1 parent 3be5af1 commit 3d85502
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

pub mod connection_cache;
pub mod nonblocking;
pub mod quic_client;
pub mod send_and_confirm_transactions_in_parallel;
pub mod thin_client;
pub mod tpu_client;
Expand Down
1 change: 0 additions & 1 deletion client/src/nonblocking/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod quic_client;
pub mod tpu_client;

pub mod blockhash_query {
Expand Down
8 changes: 0 additions & 8 deletions client/src/nonblocking/quic_client.rs

This file was deleted.

5 changes: 0 additions & 5 deletions client/src/quic_client.rs

This file was deleted.

0 comments on commit 3d85502

Please sign in to comment.