Skip to content

Commit

Permalink
SVM: drop everything unused
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Aug 27, 2024
1 parent 752ac97 commit fe60c60
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 317 deletions.
1 change: 0 additions & 1 deletion 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 svm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ solana-frozen-abi-macro = { workspace = true, optional = true }
solana-loader-v4-program = { workspace = true }
solana-log-collector = { workspace = true }
solana-measure = { workspace = true }
solana-metrics = { workspace = true }
solana-program-runtime = { workspace = true }
solana-runtime-transaction = { workspace = true }
solana-sdk = { workspace = true }
Expand Down
311 changes: 0 additions & 311 deletions svm/src/account_rent_state.rs

This file was deleted.

4 changes: 0 additions & 4 deletions svm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

pub mod account_loader;
pub mod account_overrides;
pub mod account_rent_state;
pub mod account_saver;
pub mod message_processor;
pub mod nonce_info;
Expand All @@ -18,9 +17,6 @@ pub mod transaction_processing_callback;
pub mod transaction_processing_result;
pub mod transaction_processor;

#[macro_use]
extern crate solana_metrics;

#[cfg_attr(feature = "frozen-abi", macro_use)]
#[cfg(feature = "frozen-abi")]
extern crate solana_frozen_abi_macro;

0 comments on commit fe60c60

Please sign in to comment.