Skip to content

Commit

Permalink
chore: remove unused solana-metrics crate dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Aug 12, 2024
1 parent ea10d2e commit af2cf84
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion client-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ solana-client = { workspace = true }
solana-ledger = { workspace = true }
solana-measure = { workspace = true }
solana-merkle-tree = { workspace = true }
solana-metrics = { workspace = true }
solana-perf = { workspace = true }
solana-pubsub-client = { workspace = true }
solana-rayon-threadlimit = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ quinn = { workspace = true }
rayon = { workspace = true }
solana-connection-cache = { workspace = true }
solana-measure = { workspace = true }
solana-metrics = { workspace = true }
solana-pubsub-client = { workspace = true }
solana-quic-client = { workspace = true }
solana-rpc-client = { workspace = true, features = ["default"] }
Expand Down
2 changes: 0 additions & 2 deletions client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ pub mod thin_client;
pub mod tpu_client;
pub mod transaction_executor;

extern crate solana_metrics;

pub use solana_rpc_client::mock_sender_for_cli;

pub mod blockhash_query {
Expand Down
2 changes: 0 additions & 2 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tpu-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ log = { workspace = true }
rayon = { workspace = true }
solana-connection-cache = { workspace = true }
solana-measure = { workspace = true }
solana-metrics = { workspace = true }
solana-pubsub-client = { workspace = true }
solana-rpc-client = { workspace = true }
solana-rpc-client-api = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions tpu-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

pub mod nonblocking;
pub mod tpu_client;

extern crate solana_metrics;

0 comments on commit af2cf84

Please sign in to comment.