From cd2f4514bdea5f2d175189315354cf9cdd6e2eb5 Mon Sep 17 00:00:00 2001 From: Marcel Moura Date: Fri, 31 May 2024 15:55:15 -0300 Subject: [PATCH] chore(claimer): remove dead code --- offchain/authority-claimer/src/listener.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/offchain/authority-claimer/src/listener.rs b/offchain/authority-claimer/src/listener.rs index 9b506533f..3f50a1cb1 100644 --- a/offchain/authority-claimer/src/listener.rs +++ b/offchain/authority-claimer/src/listener.rs @@ -84,19 +84,11 @@ mod tests { BrokerConfig, BrokerEndpoint, BrokerError, RedactedUrl, RollupsClaim, Url, }; - use snafu::Snafu; // ------------------------------------------------------------------------------------------------ // Broker Mock // ------------------------------------------------------------------------------------------------ - #[derive(Clone, Debug, Snafu)] - pub enum MockError { - EndError, - InternalError, - MockError, - } - pub async fn setup_broker( docker: &Cli, should_fail: bool,