Skip to content

Commit 7bea62a

Browse files
committed
chore: remove unused code
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent aa8bc71 commit 7bea62a

File tree

2 files changed

+0
-362
lines changed

2 files changed

+0
-362
lines changed

common/src/indexer_errors.rs

Lines changed: 0 additions & 360 deletions
This file was deleted.

common/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pub mod allocations;
66
pub mod attestations;
77
pub mod escrow_accounts;
88
pub mod graphql;
9-
pub mod indexer_errors;
109
pub mod indexer_service;
1110
pub mod subgraph_client;
1211
pub mod tap;
@@ -22,7 +21,6 @@ pub mod prelude {
2221
dispute_manager::dispute_manager, signer::AttestationSigner, signers::attestation_signers,
2322
};
2423
pub use super::escrow_accounts::escrow_accounts;
25-
pub use super::indexer_errors;
2624
pub use super::subgraph_client::{DeploymentDetails, Query, QueryVariables, SubgraphClient};
2725
pub use super::tap::IndexerTapContext;
2826
}

0 commit comments

Comments
 (0)