Skip to content

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 8, 2024
1 parent 4a74e53 commit 5c6d4c1
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 5c6d4c1

Please sign in to comment.