Skip to content

Commit

Permalink
Remove deprecated_config module (anza-xyz#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jul 1, 2024
1 parent 791d78f commit 00ee0ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 126 deletions.
3 changes: 0 additions & 3 deletions client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ pub mod rpc_config {
pub mod rpc_custom_error {
pub use solana_rpc_client_api::custom_error::*;
}
pub mod rpc_deprecated_config {
pub use solana_rpc_client_api::deprecated_config::*;
}
pub mod rpc_filter {
pub use solana_rpc_client_api::filter::*;
}
Expand Down
122 changes: 0 additions & 122 deletions rpc-client-api/src/deprecated_config.rs

This file was deleted.

1 change: 0 additions & 1 deletion rpc-client-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
pub mod client_error;
pub mod config;
pub mod custom_error;
pub mod deprecated_config;
pub mod error_object;
pub mod filter;
pub mod request;
Expand Down

0 comments on commit 00ee0ac

Please sign in to comment.