chore: rm outdated executor types (#8157)

This commit is contained in:
Matthias Seitz
2024-05-08 15:18:40 +02:00
committed by GitHub
parent ad00e83e62
commit 04d2c10c46
5 changed files with 2 additions and 149 deletions

View File

@ -440,8 +440,8 @@ mod tests {
Header, PruneModes, SealedHeader, MAINNET,
};
use reth_provider::{
test_utils::{create_test_provider_factory_with_chain_spec, TestExecutorFactory},
BundleStateWithReceipts, StaticFileProviderFactory,
test_utils::create_test_provider_factory_with_chain_spec, BundleStateWithReceipts,
StaticFileProviderFactory,
};
use reth_stages::{test_utils::TestStages, ExecOutput, StageError};
use reth_static_file::StaticFileProducer;
@ -492,9 +492,6 @@ mod tests {
fn build(self, chain_spec: Arc<ChainSpec>) -> Pipeline<Arc<TempDatabase<DatabaseEnv>>> {
reth_tracing::init_test_tracing();
let executor_factory = TestExecutorFactory::default();
executor_factory.extend(self.executor_results);
// Setup pipeline
let (tip_tx, _tip_rx) = watch::channel(B256::default());
let mut pipeline = Pipeline::builder()