Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Removes unused Bank::accounts_data_size_limit()
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Jan 9, 2024
1 parent 40e4103 commit 918d05b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5356,11 +5356,6 @@ impl Bank {
}
}

/// The maximum allowed size, in bytes, of the accounts data
pub fn accounts_data_size_limit(&self) -> u64 {
MAX_ACCOUNTS_DATA_LEN
}

/// Load the accounts data size, in bytes
pub fn load_accounts_data_size(&self) -> u64 {
self.accounts_data_size_initial
Expand Down

0 comments on commit 918d05b

Please sign in to comment.