Remove redundant and stale comment (#27229)

This commit is contained in:
Ryo Onodera 2022-08-23 13:43:25 +09:00 committed by GitHub
parent e4a7d01e10
commit 3db5e82c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ impl ExecuteCostTable {
self.table.len()
}
/// default program cost, set to ComputeBudget::DEFAULT_COMPUTE_UNIT_LIMIT
pub fn get_default_compute_unit_limit(&self) -> u64 {
DEFAULT_INSTRUCTION_COMPUTE_UNIT_LIMIT as u64
}