Skip to content

Commit 1793c6c

Browse files
committed
workspace: delete orphaned files and unused re-exports
1 parent 0e297a0 commit 1793c6c

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

crates/apollo_batcher/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,3 @@ mod transaction_provider;
1919
#[cfg(test)]
2020
mod transaction_provider_test;
2121
mod utils;
22-
23-
// Re-export so it can be used in the general config of the sequencer node without depending on
24-
// blockifier.
25-
pub use blockifier::blockifier_versioned_constants::VersionedConstantsOverrides;

crates/apollo_batcher/src/pre_confirmed_cende_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub use apollo_batcher_config::config::PreconfirmedCendeConfig;
1+
use apollo_batcher_config::config::PreconfirmedCendeConfig;
22
use apollo_batcher_types::batcher_types::Round;
33
use async_trait::async_trait;
44
use reqwest::{Client, StatusCode};

crates/apollo_infra_utils/src/metrics.rs

Whitespace-only changes.

crates/apollo_node/src/config/test_utils.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)