Skip to content

Commit

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

extern crate solana_metrics;
Expand Down
1 change: 0 additions & 1 deletion client/src/nonblocking/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pub mod quic_client;
pub mod tpu_client;
pub mod tpu_connection;

pub mod blockhash_query {
pub use solana_rpc_client_nonce_utils::nonblocking::blockhash_query::*;
Expand Down
5 changes: 0 additions & 5 deletions client/src/nonblocking/tpu_connection.rs

This file was deleted.

6 changes: 0 additions & 6 deletions client/src/tpu_connection.rs

This file was deleted.

0 comments on commit 3be5af1

Please sign in to comment.