From f5e58d4cd9d382065b229f6eca89be34b2fa0f04 Mon Sep 17 00:00:00 2001 From: jeff washington Date: Mon, 23 Oct 2023 10:37:32 -0500 Subject: [PATCH] compile errors --- accounts-db/benches/append_vec.rs | 1 - core/tests/epoch_accounts_hash.rs | 1 - runtime/benches/accounts.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/accounts-db/benches/append_vec.rs b/accounts-db/benches/append_vec.rs index 20fc23c4495607..83517e7ac4338b 100644 --- a/accounts-db/benches/append_vec.rs +++ b/accounts-db/benches/append_vec.rs @@ -7,7 +7,6 @@ use { account_storage::meta::{ StorableAccountsWithHashesAndWriteVersions, StoredAccountInfo, StoredMeta, }, - accounts_db::INCLUDE_SLOT_IN_HASH_TESTS, accounts_hash::AccountHash, append_vec::{ test_utils::{create_test_account, get_append_vec_path}, diff --git a/core/tests/epoch_accounts_hash.rs b/core/tests/epoch_accounts_hash.rs index faac2491c02519..33c6f85ee7967c 100755 --- a/core/tests/epoch_accounts_hash.rs +++ b/core/tests/epoch_accounts_hash.rs @@ -323,7 +323,6 @@ fn test_epoch_accounts_hash_basic(test_environment: TestEnvironment) { epoch_schedule: bank.epoch_schedule(), rent_collector: bank.rent_collector(), store_detailed_debug_info_on_failure: false, - include_slot_in_hash: INCLUDE_SLOT_IN_HASH_TESTS, }, ) .unwrap(); diff --git a/runtime/benches/accounts.rs b/runtime/benches/accounts.rs index 1aa25dfe4cde3a..43361669244578 100644 --- a/runtime/benches/accounts.rs +++ b/runtime/benches/accounts.rs @@ -118,7 +118,6 @@ fn test_accounts_hash_bank_hash(bencher: &mut Bencher) { ignore_mismatch: false, store_detailed_debug_info: false, use_bg_thread_pool: false, - include_slot_in_hash: INCLUDE_SLOT_IN_HASH_TESTS, } )) });