Skip to content

Commit

Permalink
CODE: remove Debug from account loader
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Oct 22, 2024
1 parent d7cf2db commit 581787a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion svm/src/account_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ pub struct FeesOnlyTransaction {
pub fee_details: FeeDetails,
}

#[derive(Debug)]
#[cfg_attr(feature = "dev-context-only-utils", derive(Clone))]
pub(crate) struct AccountLoader<'a, CB: TransactionProcessingCallback> {
pub program_cache: ProgramCacheForTxBatch,
Expand Down

0 comments on commit 581787a

Please sign in to comment.